update logger

This commit is contained in:
thinkgem
2025-10-15 12:24:41 +08:00
parent b936d3fba6
commit e15227525c
5 changed files with 5 additions and 5 deletions

View File

@@ -123,7 +123,7 @@ logging:
config: classpath:config/logback-spring.xml config: classpath:config/logback-spring.xml
# level: # level:
# root: warn # root: warn
# com.jeesite: debug # com.jeesite.modules: debug
# MyBatis 相关 # MyBatis 相关
mybatis: mybatis:

View File

@@ -1,6 +1,6 @@
<included> <included>
<!-- https://github.com/spring-projects/spring-boot/blob/v2.0.5.RELEASE/spring-boot-project/spring-boot/src/main/resources/org/springframework/boot/logging/logback/defaults.xml --> <!-- https://github.com/spring-projects/spring-boot/blob/v2.7.18/spring-boot-project/spring-boot/src/main/resources/org/springframework/boot/logging/logback/defaults.xml -->
<include resource="org/springframework/boot/logging/logback/defaults.xml" /> <include resource="org/springframework/boot/logging/logback/defaults.xml" />
<logger name="org.apache.catalina.core.StandardEngine" level="INFO" /> <logger name="org.apache.catalina.core.StandardEngine" level="INFO" />

View File

@@ -308,7 +308,7 @@ logging:
config: classpath:config/logback-spring.xml config: classpath:config/logback-spring.xml
# level: # level:
# root: warn # root: warn
# com.jeesite: debug # com.jeesite.modules: debug
# MyBatis 相关 # MyBatis 相关
mybatis: mybatis:

View File

@@ -106,7 +106,7 @@ logging:
config: classpath:config/logback-spring.xml config: classpath:config/logback-spring.xml
# level: # level:
# root: warn # root: warn
# com.jeesite: debug # com.jeesite.modules: debug
# MyBatis 相关 # MyBatis 相关
mybatis: mybatis:

View File

@@ -308,7 +308,7 @@ logging:
config: classpath:config/logback-spring.xml config: classpath:config/logback-spring.xml
# level: # level:
# root: warn # root: warn
# com.jeesite: debug # com.jeesite.modules: debug
# MyBatis 相关 # MyBatis 相关
mybatis: mybatis: