Browse Source

修改欧洲time日志配置

locky 8 months ago
parent
commit
62171a8ce2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      AnsjerPush/eur_config/eur_formal_settings.py

+ 0 - 1
AnsjerPush/eur_config/eur_formal_settings.py

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