From b679d47adb5012988288242304403259d1b7e57f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=9E=E9=BE=99=E5=88=9A?= Date: Thu, 9 Jul 2026 17:22:31 +0800 Subject: [PATCH] =?UTF-8?q?fix(log):=20=E6=8E=A7=E5=88=B6=E5=8F=B0?= =?UTF-8?q?=E4=B8=AD=E6=96=87=E4=B9=B1=E7=A0=81=E2=80=94=E2=80=94CONSOLE?= =?UTF-8?q?=20charset=20GBK=E2=86=92UTF-8=EF=BC=88=E9=80=82=E9=85=8D?= =?UTF-8?q?=E7=8E=B0=E4=BB=A3=E7=BB=88=E7=AB=AF=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude --- src/main/resources/logback.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index d5862f1..1882fc7 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -1,10 +1,10 @@ - + - GBK + UTF-8 %d{yyyy-MM-dd HH:mm:ss.SSS} %highlight(%-5level) %magenta(${PID:-}) --- %-15([%15.15thread]) %-56(%cyan(%-40.40logger{39})) : %msg%n