liyuyi@c-top.com.cn 4 лет назад
Родитель
Сommit
b01e147e1c
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      ai_target_combine_handler.py

+ 1 - 0
ai_target_combine_handler.py

@@ -22,6 +22,7 @@ log_handler.setFormatter(log_formatter)
 logger = logging.getLogger('ai_strategy_request_logger')
 logger.addHandler(log_handler)
 logger.setLevel(logging.DEBUG)
+logger.info("ai_target_combine_logger started!")
 print('id of ai_target_combine_logger %s' % id(logger))
 
 with open('/data/pythonProject/ai_target/config/config.yaml', mode='r', encoding='utf-8') as f: