Administrator
2024-11-06 ffba3685a925dbd2c1082c19acb8ca85c8ab0ff9
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: