@@ -195,7 +195,7 @@ LOGGING = {
'level': 'INFO',
'class': 'logging.handlers.TimedRotatingFileHandler',
'filename': BASE_DIR + '/static/log/info/info.log',
- 'backupCount': 30,
+ 'backupCount': 3,
'when': 'D',
'formatter': 'standard',
'encoding': 'utf-8',