From 6a1a67547eb33f5ac489254006b8823178f9bde0 Mon Sep 17 00:00:00 2001 From: ls <1793460677@qq.com> Date: Wed, 23 Apr 2025 13:21:26 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=EF=BC=9A=20=E6=B5=8B=E8=AF=95=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acs/hd/nladmin-system/src/main/resources/logback-spring.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/acs/hd/nladmin-system/src/main/resources/logback-spring.xml b/acs/hd/nladmin-system/src/main/resources/logback-spring.xml index df1c0b4..d15f449 100644 --- a/acs/hd/nladmin-system/src/main/resources/logback-spring.xml +++ b/acs/hd/nladmin-system/src/main/resources/logback-spring.xml @@ -71,6 +71,10 @@ https://juejin.cn/post/6844903775631572999 <appender-ref ref="CONSOLE"/> </root> + <root level="info"> + <appender-ref ref="CONSOLE"/> + </root> + </springProfile>