This commit is contained in:
2Shirt 2019-07-13 17:29:30 -06:00
parent 8b4daa507b
commit f30a6dd3db
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -65,7 +65,7 @@ def start(config=None):
log_path = '{drive}/{short}/Logs/{date}/{full}/log_{datetime}.log'.format(
drive=os.environ.get('SYSTEMDRIVE', 'C:'),
short=cfg.main.KIT_NAME_SHORT,
date=time.strftime('%y-%m-%d'),
date=time.strftime('%Y-%m-%d'),
full=cfg.main.KIT_NAME_FULL,
datetime=time.strftime('%Y-%m-%d_%H%M%S%z'),
)