姜玉琦 2023-08-10 21:20:46 +08:00
commit e0bebe66f7
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@ server:
logging:
level:
com.ruoyi: debug
com.yanzhu.jh: debug
org.springframework: warn
# 用户配置

View File

@ -86,6 +86,7 @@
<!-- 系统模块日志级别控制 -->
<logger name="com.ruoyi" level="info" />
<logger name="com.yanzhu.jh" level="info" />
<!-- Spring日志级别控制 -->
<logger name="org.springframework" level="warn" />