Browse Source

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

Eric412V 3 years ago
parent
commit
a047c2224c
1 changed files with 1 additions and 0 deletions
  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())