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