소스 검색

Merge branch 'dev' of http://git.fast-fun.cn:92/lmstack/data_analyze_platform into dev

zhuxi 2 년 전
부모
커밋
59aa378daa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      LIB/MIDDLE/CellStateEstimation/Common/V1_0_1/log.py

+ 1 - 1
LIB/MIDDLE/CellStateEstimation/Common/V1_0_1/log.py

@@ -18,7 +18,7 @@ class Mylog:
             else:
                 Level=logging.ERROR
 
-        logging.basicConfig(filename=r'D:\00WorkSpace\01Python\data_analyze_platform\USER\SPF\01qixiang\101Log\\'+self.name, level=Level,format='%(asctime)s - %(levelname)s - %(message)s')
+        logging.basicConfig(filename=r'D:\deploy\python_platform\data_analyze_platform\USER\SPF\01qixiang\101Log\\'+self.name, level=Level,format='%(asctime)s - %(levelname)s - %(message)s')