After launching and using the program, I get 0 sized log files in .septentrio/ folder  This is solved by changing a line in constants.py DEFAULTLOGFILEPATH = LOGFILESPATH + "\\" + filename to DEFAULTLOGFILEPATH = LOGFILESPATH + "/" + filename
After launching and using the program, I get 0 sized log files in .septentrio/ folder
This is solved by changing a line in constants.py
DEFAULTLOGFILEPATH = LOGFILESPATH + "\" + filename
to
DEFAULTLOGFILEPATH = LOGFILESPATH + "/" + filename