qingfeng 2 years ago
parent
commit
4542b61ec2
1 changed files with 1 additions and 1 deletions
  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:
             else:
                 Level=logging.ERROR
                 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')