Remove custom log configuration

This commit is contained in:
Dave Syer
2016-02-01 16:07:32 +00:00
parent a70b796605
commit 00b8f8cfce

View File

@@ -5,7 +5,3 @@ spring:
log:
json:
enabled: true
logging:
pattern:
console: '%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr(${PID:- }){magenta} %clr(---){faint} %clr([trace=%X{X-Trace-Id:-},span=%X{X-Span-Id:-}]){yellow} %clr([%15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n%wex'