Explorar el Código

修改定制推送日志配置

locky hace 1 año
padre
commit
f82572d96c
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5 5
      AnsjerPush/us_config/formal_settings.py

+ 5 - 5
AnsjerPush/us_config/formal_settings.py

@@ -259,9 +259,9 @@ LOGGING = {
             'propagate': False
         }
     },
-        'customized_push': {
-            'handlers': ['customized_push'],
-            'level': 'INFO',
-            'propagate': False
-        }
+    'customized_push': {
+        'handlers': ['customized_push'],
+        'level': 'INFO',
+        'propagate': False
+    }
 }