Administrator
2024-07-12 37f72b53cc2ef3ffb211c83e92b920318a5a89df
log_module/async_log_util.py
@@ -38,7 +38,7 @@
    # 运行同步日志
    def run_sync(self, add_to_common_log=False):
        print("run_sync", add_to_common_log)
        # print("run_sync", add_to_common_log)
        logger_system.info(f"run_sync 线程ID:{tool.get_thread_id()}")
        while True:
            try: