diff --git a/jeelowcode-admin/src/main/resources/application-office.yaml b/jeelowcode-admin/src/main/resources/application-office.yaml index 48656e5..e072050 100644 --- a/jeelowcode-admin/src/main/resources/application-office.yaml +++ b/jeelowcode-admin/src/main/resources/application-office.yaml @@ -37,18 +37,6 @@ spring: database: 0 # 数据库索引 # password: 123456 # 密码,建议生产环境开启 - -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..e595b0f 100644 --- a/jeelowcode-admin/src/main/resources/application-prod.yaml +++ b/jeelowcode-admin/src/main/resources/application-prod.yaml @@ -37,17 +37,6 @@ spring: # database: 10 # 数据库索引 # password: 123456 # 密码,建议生产环境开启 - -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/logback-spring.xml b/jeelowcode-admin/src/main/resources/logback-spring.xml index ec01cac..713a5e2 100644 --- a/jeelowcode-admin/src/main/resources/logback-spring.xml +++ b/jeelowcode-admin/src/main/resources/logback-spring.xml @@ -67,21 +67,12 @@ - + - - - - - - - - - - +