logging(level): 设置 PostProcessorRegistrationDelegate 日志级别为 error

- 在 application-dev.yml 文件中添加了 org.springframework.context.support.PostProcessorRegistrationDelegate 的日志级别配置
- 此修改旨在减少不必要的日志输出,提高日志的可读性和性能
pull/8297/head
MuShan 2025-05-16 22:29:00 +08:00
parent 286d10a50f
commit 70cec8b5c6
1 changed files with 1 additions and 0 deletions

View File

@ -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