From 9049fe27c9ef5388d5d8a48a130ad98bdfe30923 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期一, 14 七月 2025 10:23:05 +0800
Subject: [PATCH] bug修复

---
 log_module/async_log_util.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/log_module/async_log_util.py b/log_module/async_log_util.py
index edf591f..223bd00 100644
--- a/log_module/async_log_util.py
+++ b/log_module/async_log_util.py
@@ -6,7 +6,7 @@
 import threading
 import time
 
-from log_module.log import logger_debug, logger_system
+from log_module.log import logger_debug, logger_system, printlog
 from utils import tool
 
 
@@ -38,7 +38,7 @@
 
     # 杩愯鍚屾鏃ュ織
     def run_sync(self, add_to_common_log=False):
-        print("run_sync", add_to_common_log)
+        printlog("run_sync", add_to_common_log)
         logger_system.info(f"run_sync 绾跨▼ID:{tool.get_thread_id()}")
         while True:
             # val = self.__log_queue.get()

--
Gitblit v1.8.0