update 优化 更改系统所有服务日志配置文件命名为 logback-plus.xml 避免与其他框架默认配置冲突
parent
fc0f536159
commit
5432927416
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -25,6 +25,9 @@ spring:
|
|||
suffix: .ftl
|
||||
templateLoaderPath: classpath:/templates/
|
||||
|
||||
logging:
|
||||
config: classpath:logback-plus.xml
|
||||
|
||||
--- # nacos 配置
|
||||
spring:
|
||||
cloud:
|
||||
|
|
|
|||
Loading…
Reference in New Issue