fix logs (and import)

This commit is contained in:
Ross
2026-06-03 21:00:05 +01:00
parent 3d445fe12e
commit 0f11f0800e
6 changed files with 18 additions and 15 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ if not DEBUG:
'file': {
'level': 'DEBUG',
'class': 'logging.FileHandler',
'filename': 'log.txt',
'filename': 'logs/app.log',
'formatter': 'verbose',
},
},
+1 -1
View File
@@ -33,7 +33,7 @@ if not DEBUG:
'file': {
'level': 'DEBUG',
'class': 'logging.FileHandler',
'filename': 'log.txt',
'filename': 'logs/app.log',
'formatter': 'verbose',
},
},