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