From 908ccc18555ebe1d075eca6accbf0c16c90ea408 Mon Sep 17 00:00:00 2001 From: yang chen Date: Thu, 4 Dec 2025 17:15:56 +0800 Subject: [PATCH] =?UTF-8?q?chore(config):=20=E7=A7=BB=E9=99=A4=E4=B8=8D?= =?UTF-8?q?=E5=BF=85=E8=A6=81=E7=9A=84=E6=97=A5=E5=BF=97=E7=BA=A7=E5=88=AB?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除 application-office.yaml 中的日志 mapper 配置 - 删除 application-prod.yaml 中的日志 mapper 配置 - 清理无用的 Spring 和 MyBatis 日志级别设置 --- .../src/main/resources/application-office.yaml | 7 ------- jeelowcode-admin/src/main/resources/application-prod.yaml | 7 ------- 2 files changed, 14 deletions(-) diff --git a/jeelowcode-admin/src/main/resources/application-office.yaml b/jeelowcode-admin/src/main/resources/application-office.yaml index 48656e5..3dcb18f 100644 --- a/jeelowcode-admin/src/main/resources/application-office.yaml +++ b/jeelowcode-admin/src/main/resources/application-office.yaml @@ -41,13 +41,6 @@ spring: logging: file: name: ${user.home}/logs/${spring.application.name}.log # 日志文件名,全路径 - level: - com.jeelowcode.core.framework.mapper.LogApiMapper: ERROR #日志入库不需要打印 - com.jeelowcode.core.framework.mapper.LogApiErrorMapper: ERROR #日志入库不需要打印 - com.jeelowcode.service.system.mapper.OperateLogMapper: error #日志入库不需要打印 - org.springframework.context.support.PostProcessorRegistrationDelegate: ERROR - org.mybatis.spring.mapper.ClassPathMapperScanner: error - de.codecentric: error --- #################### 芋道相关配置 #################### diff --git a/jeelowcode-admin/src/main/resources/application-prod.yaml b/jeelowcode-admin/src/main/resources/application-prod.yaml index 0d05fab..e52b99b 100644 --- a/jeelowcode-admin/src/main/resources/application-prod.yaml +++ b/jeelowcode-admin/src/main/resources/application-prod.yaml @@ -41,13 +41,6 @@ spring: logging: file: name: ${user.home}/logs/${spring.application.name}.log # 日志文件名,全路径 - level: - com.jeelowcode.core.framework.mapper.LogApiMapper: ERROR #日志入库不需要打印 - com.jeelowcode.core.framework.mapper.LogApiErrorMapper: ERROR #日志入库不需要打印 - com.jeelowcode.service.system.mapper.OperateLogMapper: error #日志入库不需要打印 - org.springframework.context.support.PostProcessorRegistrationDelegate: ERROR - org.mybatis.spring.mapper.ClassPathMapperScanner: error - de.codecentric: error --- #################### 芋道相关配置 #################### # 芋道配置项,设置当前项目所有自定义的配置