Administrator
2024-05-08 c3454cb0dedd0c5da09aef3a3e3d1b64d387583e
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: