chore(config): 调整 MyBatis 日志配置并添加租户拦截器日志设置

This commit is contained in:
huk 2025-09-26 17:47:03 +08:00
parent 71b3bd9762
commit 4d6065d4da
2 changed files with 2 additions and 1 deletions

View File

@ -46,6 +46,7 @@ logging:
org.apache.fury: warn
org.redisson.command.RedisExecutor: warn
com.zaxxer.hikari.pool.HikariPool: warn
com.baomidou.mybatisplus.extension.plugins.inner.TenantLineInnerInterceptor: warn
config: classpath:logback-plus.xml
# 用户配置

View File

@ -16,7 +16,7 @@ mybatis-plus:
# 更详细的日志输出 会有性能损耗 org.apache.ibatis.logging.stdout.StdOutImpl
# 关闭日志记录 (可单纯使用 p6spy 分析) org.apache.ibatis.logging.nologging.NoLoggingImpl
# 默认日志输出 org.apache.ibatis.logging.slf4j.Slf4jImpl
logImpl: org.apache.ibatis.logging.nologging.NoLoggingImpl
logImpl: org.apache.ibatis.logging.slf4j.Slf4jImpl
global-config:
# 是否打印 Logo banner
banner: true