summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshizhendong <[email protected]>2023-07-17 10:19:00 +0800
committershizhendong <[email protected]>2023-07-17 10:19:00 +0800
commit19bbf020b2b535e291c65bb50d3eedeea4833ec2 (patch)
treecf6cfa7b482e964bb1eeffed3158eb580d28cdb1
parenta13c6b15ac2dc42e8abde90c9ec07a3daf7b5f3d (diff)
parent98871a6dfbefa2efbbeef6ebb8a9b4214160d117 (diff)
Merge remote-tracking branch 'origin/dev-3.7' into dev-3.8
-rw-r--r--src/main/resources/logback-spring.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml
index e6e75d5..aee4abb 100644
--- a/src/main/resources/logback-spring.xml
+++ b/src/main/resources/logback-spring.xml
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
- <include resource="org/springframework/boot/logging/logback/base.xml" />
+ <include resource="org/springframework/boot/logging/logback/defaults.xml" />
<logger name="org.springframework.web" level="info" />
- <logger name="org.springboot.sample" level="info" />
- <logger name="org.apache" level="info" />
+ <logger name="org.apache" level="warn" />
<logger name="org.springframework" level="info" />
<logger name="druid.sql" level="info" />
- <logger name="com.springboot" level="debug" />
<property name="log.path" value="./logs/" />
<!-- 输出格式 -->
@@ -65,4 +63,4 @@
<appender-ref ref="ERROR_FILE" />
</root>
-</configuration> \ No newline at end of file
+</configuration>