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