日志打印问题

This commit is contained in:
wucongxing8150 2025-08-29 13:52:28 +08:00
parent ac21e51039
commit 9278454384
2 changed files with 3 additions and 3 deletions

View File

@ -106,7 +106,7 @@
<AppenderRef ref="druidSlowSqlLog"/>
</logger>
<Root level="warn">
<Root level="debug">
<AppenderRef ref="Console"/>
<AppenderRef ref="debug"/>
<AppenderRef ref="info"/>

View File

@ -153,9 +153,9 @@ sa-token:
# 是否打开自动续签 如果此值为true框架会在每次直接或间接调用 getLoginId() 时进行一次过期检查与续签操作)
auto-renew: true
# 是否输出操作日志
is-log: true
is-log: false
# 日志等级trace、debug、info、warn、error、fatal
log-level: debug
log-level: warn
# 启动时的字符画打印
is-print: false
# 是否从cookie读取token