Administrator
2024-04-16 4ea64d38b85fb1384b15a8a5e6bee55818417bb2
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: