fix logs (and import)
This commit is contained in:
@@ -66,7 +66,7 @@ if not DEBUG:
|
||||
'file': {
|
||||
'level': 'DEBUG',
|
||||
'class': 'logging.FileHandler',
|
||||
'filename': 'log.txt',
|
||||
'filename': 'logs/app.log',
|
||||
'formatter': 'verbose',
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user