MSS icon indicating copy to clipboard operation
MSS copied to clipboard

Fix: log msui startup path and configured logfile location

Open levi178u opened this issue 8 months ago • 0 comments

Purpose of PR?:

Fixes #2686

Changes done:

  • logged the actual path of the script used to start MSUI using os.path.abspath(sys.argv[0]).
  • Logged the current working directory using os.getcwd().
  • Logged the configured log file path using args.logfile instead of hardcoding $HOME/.config/msui/msui.log

levi178u avatar Apr 10 '25 19:04 levi178u