Remove date from DEFAULT_LOG_DIR
This commit is contained in:
parent
005d4d1ea6
commit
b2c94113d9
1 changed files with 1 additions and 2 deletions
|
|
@ -17,8 +17,7 @@ if os.name == 'nt':
|
|||
# Example: "C:\WK\1955-11-05\WizardKit"
|
||||
DEFAULT_LOG_DIR = (
|
||||
f'{os.environ.get("SYSTEMDRIVE", "C:")}/'
|
||||
f'{cfg.main.KIT_NAME_SHORT}/'
|
||||
f'{time.strftime("%Y-%m-%d")}'
|
||||
f'{cfg.main.KIT_NAME_SHORT}/Logs/'
|
||||
)
|
||||
else:
|
||||
# Example: "/home/tech/Logs"
|
||||
|
|
|
|||
Loading…
Reference in a new issue