From c4ed4da4ac8b8bc24e0a3ed0e782e9248b4a511c Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期二, 03 六月 2025 19:00:07 +0800 Subject: [PATCH] bug修复 --- trade/current_price_process_manager.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/trade/current_price_process_manager.py b/trade/current_price_process_manager.py index 2fda7fc..f11f30b 100644 --- a/trade/current_price_process_manager.py +++ b/trade/current_price_process_manager.py @@ -270,7 +270,7 @@ tool.get_buy_volume(limit_up_price), list(special_volumes))) huaxin_target_codes_manager.HuaXinL2SubscriptCodesManager.push(add_datas, request_id) except Exception as e: - logging.exception(e) + logger_debug.exception(e) else: pass -- Gitblit v1.8.0