From b2601b95d37f4195be75232f098f8eeeef704f9a Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 16 八月 2023 12:18:42 +0800 Subject: [PATCH] ++++++++++++++++ bug修复- --- huaxin_api/command_manager.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/huaxin_api/command_manager.py b/huaxin_api/command_manager.py index 0305276..ef51d86 100644 --- a/huaxin_api/command_manager.py +++ b/huaxin_api/command_manager.py @@ -8,6 +8,7 @@ from huaxin_api import socket_util from huaxin_api.client_network import SendResponseSkManager +from log_module.log import logger_local_huaxin_trade_debug MSG_TYPE_HEART = "heart" # 鍛戒护淇℃伅 @@ -97,6 +98,7 @@ elif _type == CLIENT_TYPE_POSITION_LIST: cls.action_callback.OnPositionList(client_id, request_id) except Exception as e: + logger_local_huaxin_trade_debug.debug(f"__process_command鍑洪敊锛歿result_json}") logging.exception(e) logging.error(result_json) -- Gitblit v1.8.0