MSS
MSS copied to clipboard
Fix: log msui startup path and configured logfile location
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.logfileinstead of hardcoding$HOME/.config/msui/msui.log