Rework logging structure

This commit is contained in:
2023-03-16 23:51:41 +01:00
parent 891661bdc6
commit 655edece3f
2 changed files with 2 additions and 1 deletions

2
log.py
View File

@@ -17,7 +17,7 @@ LOGGING = {
'level' : 'INFO',
'class': 'logging.handlers.RotatingFileHandler',
'formatter': 'standard',
'filename': 'jeeves.log',
'filename': 'logs/jeeves.log',
'maxBytes': 4096,
'backupCount': 7
}