Ver código fonte

"etl 脚本"

renyupeng 3 anos atrás
pai
commit
06702ac891
1 arquivos alterados com 3 adições e 3 exclusões
  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')