From 70cec8b5c619fcea6aedee52a52e206ab4503f2c Mon Sep 17 00:00:00 2001 From: MuShan Date: Fri, 16 May 2025 22:29:00 +0800 Subject: [PATCH] =?UTF-8?q?logging(level):=20=E8=AE=BE=E7=BD=AE=20PostProc?= =?UTF-8?q?essorRegistrationDelegate=20=E6=97=A5=E5=BF=97=E7=BA=A7?= =?UTF-8?q?=E5=88=AB=E4=B8=BA=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 application-dev.yml 文件中添加了 org.springframework.context.support.PostProcessorRegistrationDelegate 的日志级别配置 - 此修改旨在减少不必要的日志输出,提高日志的可读性和性能 --- .../jeecg-system-start/src/main/resources/application-dev.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml index 045658f52..530868ebb 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml @@ -306,6 +306,7 @@ logging: level: org.flywaydb: debug org.jeecg.modules.system.mapper: info + org.springframework.context.support.PostProcessorRegistrationDelegate: error knife4j: #开启增强配置 enable: true