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

feature/model
疯狂的狮子li 2 years ago
parent 083011c018
commit 30819dab84

@ -50,7 +50,7 @@ logging:
level: level:
org.dromara: @logging.level@ org.dromara: @logging.level@
org.springframework: warn org.springframework: warn
config: classpath:logback.xml config: classpath:logback-plus.xml
# 用户配置 # 用户配置
user: user:

@ -6,6 +6,9 @@ spring:
profiles: profiles:
active: @profiles.active@ active: @profiles.active@
logging:
config: classpath:logback-plus.xml
--- # 监控中心服务端配置 --- # 监控中心服务端配置
spring: spring:
security: security:

@ -16,6 +16,9 @@ spring:
resources: resources:
static-locations: classpath:/static/ static-locations: classpath:/static/
logging:
config: classpath:logback-plus.xml
--- # mybatis 配置 --- # mybatis 配置
mybatis: mybatis:
mapper-locations: classpath:/mybatis-mapper/*Mapper.xml mapper-locations: classpath:/mybatis-mapper/*Mapper.xml

Loading…
Cancel
Save