Administrator
2024-04-18 3e6f62a6832847dbd2214d4f97c7d59f44bb30b4
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: