Browse Source

修改配置

locky 4 năm trước cách đây
mục cha
commit
5c768f05e6
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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',