Przeglądaj źródła

log level debug

Davidliu 1 miesiąc temu
rodzic
commit
3b5eb59e96
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/core/callcenter/config.py

+ 1 - 1
src/core/callcenter/config.py

@@ -48,7 +48,7 @@ dictConfig({
 
         },
         "root": {
-            "level": "INFO",  # # handler中的level会覆盖掉这里的level
+            "level": "DEBUG",  # # handler中的level会覆盖掉这里的level
             "handlers": ["console"],
         },
     }