浏览代码

修改欧洲time日志配置

locky 8 月之前
父节点
当前提交
62171a8ce2
共有 1 个文件被更改,包括 0 次插入1 次删除
  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',
             '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',