소스 검색

修改配置

locky 4 년 전
부모
커밋
5c768f05e6
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      AnsjerPush/formal_settings.py

+ 0 - 1
AnsjerPush/formal_settings.py

@@ -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',