|
@@ -196,6 +196,7 @@ LOGGING = {
|
|
|
'level': 'INFO',
|
|
|
'class': 'logging.handlers.TimedRotatingFileHandler',
|
|
|
'filename': BASE_DIR + '/static/log/info/info.log',
|
|
|
+ 'maxBytes': 1024 * 1024 * 300, # 300M
|
|
|
'backupCount': 30,
|
|
|
'when': 'D',
|
|
|
'formatter': 'standard',
|