mirror of https://github.com/jeecgboot/jeecg-boot
logging(level): 设置 PostProcessorRegistrationDelegate 日志级别为 error
- 在 application-dev.yml 文件中添加了 org.springframework.context.support.PostProcessorRegistrationDelegate 的日志级别配置 - 此修改旨在减少不必要的日志输出,提高日志的可读性和性能pull/8297/head
parent
286d10a50f
commit
70cec8b5c6
|
@ -306,6 +306,7 @@ logging:
|
||||||
level:
|
level:
|
||||||
org.flywaydb: debug
|
org.flywaydb: debug
|
||||||
org.jeecg.modules.system.mapper: info
|
org.jeecg.modules.system.mapper: info
|
||||||
|
org.springframework.context.support.PostProcessorRegistrationDelegate: error
|
||||||
knife4j:
|
knife4j:
|
||||||
#开启增强配置
|
#开启增强配置
|
||||||
enable: true
|
enable: true
|
||||||
|
|
Loading…
Reference in New Issue