Browse Source

修改time日志handlers

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