Prechádzať zdrojové kódy

修改欧洲info日志配置

locky 8 mesiacov pred
rodič
commit
aa5702e568

+ 0 - 1
AnsjerPush/eur_config/eur_formal_settings.py

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