update 优化 更改系统所有服务日志配置文件命名为 logback-plus.xml 避免与其他框架默认配置冲突

This commit is contained in:
疯狂的狮子li
2023-04-10 18:31:57 +08:00
parent fc0f536159
commit 5432927416
13 changed files with 4 additions and 1 deletions

View File

@@ -163,7 +163,7 @@ logging:
org.springframework: warn
org.apache.dubbo: warn
com.alibaba.nacos: warn
config: classpath:logback.xml
config: classpath:logback-plus.xml
# Sa-Token配置
sa-token:

View File

@@ -25,6 +25,9 @@ spring:
suffix: .ftl
templateLoaderPath: classpath:/templates/
logging:
config: classpath:logback-plus.xml
--- # nacos 配置
spring:
cloud: