From 529ab9ac2052e0962f84fe249a6a796c2f54ed15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E9=B9=8F=E9=A3=9E?= Date: Fri, 8 May 2026 10:38:34 +0800 Subject: [PATCH] =?UTF-8?q?fix(logging):=20=E4=BF=AE=E6=94=B9=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E9=85=8D=E7=BD=AE=E9=BB=98=E8=AE=A4=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E5=90=8D=E4=B8=8E=E5=A2=9E=E5=8A=A0=E6=8E=A7=E5=88=B6=E5=8F=B0?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将日志配置中的默认应用名从 admin 改为 scheduled - 为 tech.powerjob 日志添加控制台输出 appender - 保持现有 Loki 日志输出配置不变 - 规范化日志输出,方便本地调试与监控查询联动 --- nflg-wms-scheduled/src/main/resources/logback-spring.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nflg-wms-scheduled/src/main/resources/logback-spring.xml b/nflg-wms-scheduled/src/main/resources/logback-spring.xml index 77f04d40..ca3e69f6 100644 --- a/nflg-wms-scheduled/src/main/resources/logback-spring.xml +++ b/nflg-wms-scheduled/src/main/resources/logback-spring.xml @@ -6,7 +6,7 @@ - + @@ -84,6 +84,7 @@ +