|
@@ -204,7 +204,7 @@ LOGGING = {
|
|
|
'level': 'INFO',
|
|
|
'class': 'logging.handlers.RotatingFileHandler',
|
|
|
'filename': BASE_DIR + '/static/log/info/info.log',
|
|
|
- 'maxBytes': 1024 * 1024 * 300, # 300M
|
|
|
+ 'maxBytes': 1024 * 1024 * 2 * 1024, # 2G
|
|
|
'backupCount': 30,
|
|
|
'formatter': 'standard',
|
|
|
'encoding': 'utf-8',
|