mybatis-plus DEBUG级别的日志不打印

This commit is contained in:
2024-01-09 18:05:49 +08:00
parent ef6c8e85cb
commit 74ef15b88e

View File

@@ -68,6 +68,7 @@
<!-- 系统模块日志级别控制 -->
<logger name="com.ai.da" level="debug" />
<logger name="com.ai.da.mapper" level="info" />
<!-- Spring日志级别控制 -->
<logger name="org.springframework" level="warn" />