From 14b8d1fd5c4377c5b96fc965e6c842395cc39403 Mon Sep 17 00:00:00 2001
From: zhanzhiqin <895896009@qq.com>
Date: 星期一, 27 六月 2022 18:14:21 +0800
Subject: [PATCH] fix
---
sandu-common/src/main/resources/logback-spring.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sandu-common/src/main/resources/logback-spring.xml b/sandu-common/src/main/resources/logback-spring.xml
index c44badc..a64bb41 100644
--- a/sandu-common/src/main/resources/logback-spring.xml
+++ b/sandu-common/src/main/resources/logback-spring.xml
@@ -68,7 +68,7 @@
</root>
</springProfile>
- <springProfile name="test">
+ <springProfile name="local">
<root level="info" >
<appender-ref ref="STDOUT"/>
</root>
--
Gitblit v1.9.3