renyupeng 3 vuotta sitten
vanhempi
commit
06702ac891
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      Apietl/constant/ConfConstant.py

+ 3 - 3
Apietl/constant/ConfConstant.py

@@ -31,9 +31,9 @@ class ConfConstant:
 
     # ### log
     # # 日志存放路径
-    # LOG_DIR = _cfp.get('log', 'log_dir')
-    # # 日志等级
-    # LOG_LEVEL = _cfp.get('log', 'log_level')
+    LOG_DIR = _cfp.get('log', 'log_dir')
+    # 日志等级
+    LOG_LEVEL = _cfp.get('log', 'log_level')
 
     # webhook配置
     URL = _cfp.get('webhook', 'url')