Trying to fix a logging bug?
This commit is contained in:
@@ -27,7 +27,7 @@ logging.config.dictConfig({
|
|||||||
'level': 'NOTSET',
|
'level': 'NOTSET',
|
||||||
'class': 'logging.handlers.RotatingFileHandler',
|
'class': 'logging.handlers.RotatingFileHandler',
|
||||||
'formatter': 'long',
|
'formatter': 'long',
|
||||||
'filename': 'admin/log/app.log,
|
'filename': 'admin/log/app.log',
|
||||||
'maxBytes': 10485760, # 5,242,880 = 5 MB; 10,485,760 = 10 MB
|
'maxBytes': 10485760, # 5,242,880 = 5 MB; 10,485,760 = 10 MB
|
||||||
'backupCount': 9
|
'backupCount': 9
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user