From 1030685e863d8d3ed236fcd3d7cd6e2f4ef62b52 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期日, 24 三月 2024 15:17:02 +0800 Subject: [PATCH] bug修改 --- log_module/async_log_util.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/log_module/async_log_util.py b/log_module/async_log_util.py index 6640308..edf591f 100644 --- a/log_module/async_log_util.py +++ b/log_module/async_log_util.py @@ -41,6 +41,7 @@ print("run_sync", add_to_common_log) logger_system.info(f"run_sync 绾跨▼ID:{tool.get_thread_id()}") while True: + # val = self.__log_queue.get() try: val = self.__log_queue.get() if not add_to_common_log: -- Gitblit v1.8.0