Sfoglia il codice sorgente

修改time日志handlers

locky 1 anno fa
parent
commit
5ceaa1e25e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      AnsjerPush/test_config/test_settings.py

+ 1 - 1
AnsjerPush/test_config/test_settings.py

@@ -229,7 +229,7 @@ LOGGING = {
             'propagate': False
         },
         'time': {
-            'handlers': ['info'],
+            'handlers': ['time'],
             'level': 'INFO',
             'propagate': False
         }