renyupeng il y a 3 ans
Parent
commit
06702ac891
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  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')