Explorar el Código

修改欧洲日志配置

locky hace 7 meses
padre
commit
870de21455
Se han modificado 1 ficheros con 5 adiciones y 10 borrados
  1. 5 10
      AnsjerPush/eur_config/eur_formal_settings.py

+ 5 - 10
AnsjerPush/eur_config/eur_formal_settings.py

@@ -199,8 +199,7 @@ LOGGING = {
             'backupCount': 3,
             'maxBytes': 1024 * 1024 * 10 * 1024,  # 10G
             'formatter': 'standard',
-            'encoding': 'utf-8',
-            'use_gzip': True,  # 启用 Gzip 压缩
+            'encoding': 'utf-8'
         },
         'time': {
             'level': 'INFO',
@@ -209,8 +208,7 @@ LOGGING = {
             'backupCount': 3,
             'maxBytes': 1024 * 1024 * 10 * 1024,  # 10G
             'formatter': 'standard',
-            'encoding': 'utf-8',
-            'use_gzip': True,  # 启用 Gzip 压缩
+            'encoding': 'utf-8'
         },
         'v1_push': {
             'level': 'INFO',
@@ -219,8 +217,7 @@ LOGGING = {
             'backupCount': 3,
             'maxBytes': 1024 * 1024 * 10 * 1024,  # 10G
             'formatter': 'standard',
-            'encoding': 'utf-8',
-            'use_gzip': True,  # 启用 Gzip 压缩
+            'encoding': 'utf-8'
         },
         'customized_push': {
             'level': 'INFO',
@@ -229,8 +226,7 @@ LOGGING = {
             'backupCount': 3,
             'maxBytes': 1024 * 1024 * 2 * 100,  # 100M
             'formatter': 'standard',
-            'encoding': 'utf-8',
-            'use_gzip': True,  # 启用 Gzip 压缩
+            'encoding': 'utf-8'
         },
         'error_info': {
             'level': 'INFO',
@@ -239,8 +235,7 @@ LOGGING = {
             'backupCount': 3,
             'maxBytes': 1024 * 1024 * 2 * 100,  # 100M
             'formatter': 'standard',
-            'encoding': 'utf-8',
-            'use_gzip': True,  # 启用 Gzip 压缩
+            'encoding': 'utf-8'
         },
     },
     'loggers': {