ソースを参照

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

Eric412V 3 年 前
コミット
a047c2224c
1 ファイル変更1 行追加0 行削除
  1. 1 0
      LIB/MIDDLE/CellStateEstimation/Common/V1_0_1/log.py

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

@@ -19,6 +19,7 @@ class Mylog:
                 Level=logging.ERROR
         logging.basicConfig(filename=r'D:\Platform\platform_python\data_analyze_platform\USER\spf\101log\\'+self.name, level=Level,format='%(asctime)s - %(levelname)s - %(message)s')
 
+
     def logopt(self,*info):
         logging.error(info)
         logging.error(traceback.format_exc())