|
@@ -205,7 +205,6 @@ LOGGING = {
|
|
|
'level': 'INFO',
|
|
|
'class': 'logging.handlers.RotatingFileHandler',
|
|
|
'filename': BASE_DIR + '/static/log/time/info.log',
|
|
|
- 'backupCount': 3,
|
|
|
'maxBytes': 1024 * 1024 * 10 * 1024, # 10G
|
|
|
'formatter': 'standard',
|
|
|
'encoding': 'utf-8',
|