update logback.xml

This commit is contained in:
RuoYi 2026-03-10 19:48:18 +08:00
parent db8632b40c
commit ab996df130

View File

@ -77,6 +77,10 @@
<logger name="org.springframework" level="warn" />
<!-- Thymeleaf日志级别控制 -->
<Logger name="org.thymeleaf" level="error"/>
<!-- springdoc日志级别控制 -->
<logger name="org.springdoc" level="error" />
<!-- BeanPostProcessorChecker日志级别控制 -->
<logger name="org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker" level="error" />
<root level="info">
<appender-ref ref="console" />