mirror of https://github.com/jeecgboot/jeecg-boot
Merge pull request #8297 from MuShan-bit/springboot3_upgrade344-fix-warn
logging(level): 设置 PostProcessorRegistrationDelegate 日志级别为 errorpull/8550/head
commit
e91cbd5cd8
|
@ -306,6 +306,7 @@ logging:
|
|||
level:
|
||||
org.flywaydb: debug
|
||||
org.jeecg.modules.system.mapper: info
|
||||
org.springframework.context.support.PostProcessorRegistrationDelegate: error
|
||||
knife4j:
|
||||
#开启增强配置
|
||||
enable: true
|
||||
|
|
Loading…
Reference in New Issue