release
haha 2023-08-10 21:19:29 +08:00
parent f8741e0761
commit f7e9210a38
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" />