From 2e5019bf57819fb08e587f1ee54a8e4532af18d2 Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Thu, 31 Jul 2025 16:39:15 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=97=A5=E5=BF=97=E7=BA=A7?= =?UTF-8?q?=E5=88=AB=E6=94=B9=E4=B8=BAInfo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- agt-server/src/main/resources/application-local.yaml | 4 ++-- agt-server/src/main/resources/application-test.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/agt-server/src/main/resources/application-local.yaml b/agt-server/src/main/resources/application-local.yaml index 60ad516..5197306 100644 --- a/agt-server/src/main/resources/application-local.yaml +++ b/agt-server/src/main/resources/application-local.yaml @@ -152,7 +152,7 @@ logging: org.agt.module.infra.dal.mysql.file.FileConfigMapper: INFO # 配置 FileConfigMapper 的日志级别为 info org.agt.module.pay.dal.mysql: debug org.agt.module.pay.dal.mysql.notify.PayNotifyTaskMapper: INFO # 配置 PayNotifyTaskMapper 的日志级别为 info - org.agt.module.system.dal.mysql: debug + org.agt.module.system.dal.mysql: info org.agt.module.system.dal.mysql.sms.SmsChannelMapper: INFO # 配置 SmsChannelMapper 的日志级别为 info org.agt.module.tool.dal.mysql: debug org.agt.module.member.dal.mysql: debug @@ -164,7 +164,7 @@ logging: org.agt.module.iot.dal.mysql: debug org.agt.module.iot.dal.tdengine: DEBUG org.agt.module.ai.dal.mysql: debug - org.agt.module.license.dal.mysql: debug + org.agt.module.license.dal.mysql: info org.springframework.context.support.PostProcessorRegistrationDelegate: ERROR # TODO 芋艿:先禁用,Spring Boot 3.X 存在部分错误的 WARN 提示 debug: false diff --git a/agt-server/src/main/resources/application-test.yaml b/agt-server/src/main/resources/application-test.yaml index 8c49a8d..b4bcd0d 100644 --- a/agt-server/src/main/resources/application-test.yaml +++ b/agt-server/src/main/resources/application-test.yaml @@ -164,7 +164,7 @@ logging: org.agt.module.iot.dal.mysql: debug org.agt.module.iot.dal.tdengine: DEBUG org.agt.module.ai.dal.mysql: debug - org.agt.module.license.dal.mysql: debug + org.agt.module.license.dal.mysql: info org.springframework.context.support.PostProcessorRegistrationDelegate: ERROR # TODO 芋艿:先禁用,Spring Boot 3.X 存在部分错误的 WARN 提示 debug: false