From a6a54fefa3a57232f935947e76150609a9407a4e Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期五, 15 九月 2023 18:17:29 +0800 Subject: [PATCH] 日志改为异步 --- log_module/async_log_util.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/log_module/async_log_util.py b/log_module/async_log_util.py index a683474..f54d5b2 100644 --- a/log_module/async_log_util.py +++ b/log_module/async_log_util.py @@ -49,6 +49,9 @@ l2_data_log = AsyncLogManager() +huaxin_l2_log = AsyncLogManager() + + log_queue = queue.Queue() -- Gitblit v1.8.0