refactor: 日志级别改为Info

This commit is contained in:
caiyuchao
2025-07-31 16:39:15 +08:00
parent 7e0084da70
commit 2e5019bf57
2 changed files with 3 additions and 3 deletions

View File

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

View File

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