From ee86ac3ba59cf05c7540dc479369b38cf3c8d00c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B7=E9=9B=A8?= Date: Wed, 11 Jun 2025 12:04:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=97=A5=E5=BF=97=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yj_room_agent/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yj_room_agent/settings.py b/yj_room_agent/settings.py index 8812b07..8e16f49 100644 --- a/yj_room_agent/settings.py +++ b/yj_room_agent/settings.py @@ -123,7 +123,7 @@ LOGGING = { 'disable_existing_loggers': False, # 禁用默认日志器 'formatters': { 'verbose': { - 'format':'%(asctime)s [%(threadName)s:%(thread)d] [%(name)s:%(lineno)d] [%(module)s:%(funcName)s] [%(levelname)s]- %(message)s' + 'format':'%(asctime)s [%(threadName)s] [%(module)s:%(lineno)d] [%(module)s:%(funcName)s] [%(levelname)s]- %(message)s' } }, 'handlers': {