update 优化 更改系统所有服务日志配置文件命名为 logback-plus.xml 避免与其他框架默认配置冲突
parent
fc0f536159
commit
5432927416
|
|
@ -163,7 +163,7 @@ logging:
|
||||||
org.springframework: warn
|
org.springframework: warn
|
||||||
org.apache.dubbo: warn
|
org.apache.dubbo: warn
|
||||||
com.alibaba.nacos: warn
|
com.alibaba.nacos: warn
|
||||||
config: classpath:logback.xml
|
config: classpath:logback-plus.xml
|
||||||
|
|
||||||
# Sa-Token配置
|
# Sa-Token配置
|
||||||
sa-token:
|
sa-token:
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,9 @@ spring:
|
||||||
suffix: .ftl
|
suffix: .ftl
|
||||||
templateLoaderPath: classpath:/templates/
|
templateLoaderPath: classpath:/templates/
|
||||||
|
|
||||||
|
logging:
|
||||||
|
config: classpath:logback-plus.xml
|
||||||
|
|
||||||
--- # nacos 配置
|
--- # nacos 配置
|
||||||
spring:
|
spring:
|
||||||
cloud:
|
cloud:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue