From b531004a3cbd33d7bb9f5b7dce06ddd4f5e7ec9a Mon Sep 17 00:00:00 2001
From: liuhaonan <31457034@qq.com>
Date: 星期五, 18 十一月 2022 11:57:02 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/xm-20221107' into xm-20221107

---
 sandu-common/src/main/resources/logback-spring.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/sandu-common/src/main/resources/logback-spring.xml b/sandu-common/src/main/resources/logback-spring.xml
index a64bb41..ddde766 100644
--- a/sandu-common/src/main/resources/logback-spring.xml
+++ b/sandu-common/src/main/resources/logback-spring.xml
@@ -74,6 +74,11 @@
         </root>
     </springProfile>
 
+    <springProfile name="xm">
+        <root level="info" >
+            <appender-ref ref="STDOUT"/>
+        </root>
+    </springProfile>
     <!-- 鐢熶骇鐜. 鏃ュ織绾у埆涓篧ARN涓斿啓鏃ュ織鏂囦欢-->
     <springProfile name="prod,docker">
         <root level="warn">

--
Gitblit v1.9.3