修改控制台输出级别

This commit is contained in:
wangyan 2022-04-28 13:41:00 +08:00
parent c91c036ee3
commit fcc1f76293
1 changed files with 2 additions and 1 deletions

View File

@ -248,7 +248,8 @@ cas:
#Mybatis输出sql日志
logging:
level:
org.jeecg.modules.system.mapper : info
org.jeecg.modules.system.mapper : debug
com.nd : debug
#enable swagger
swagger:
enable: true