Tidy up sample configs

This commit is contained in:
Dave Syer
2015-08-13 11:20:49 +01:00
parent 4b7154e1e5
commit 4df00755a5
3 changed files with 3 additions and 25 deletions

View File

@@ -19,6 +19,8 @@ vanilla:
ribbon:
listOfServers: localhost:3379
# This doesn't do anything in this app (no service discovery), but it's here as a
# reminder that you need it if the routes are discovered
hystrix:
execution:
isolation:
@@ -36,11 +38,3 @@ zuul:
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'
endpoints:
health:
sensitive: false
restart:
enabled: true
shutdown:
enabled: true

View File

@@ -11,12 +11,4 @@ logging:
sample:
zipkin:
# enabled: false
endpoints:
health:
sensitive: false
restart:
enabled: true
shutdown:
enabled: true
# enabled: false

View File

@@ -12,11 +12,3 @@ spring:
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'
endpoints:
health:
sensitive: false
restart:
enabled: true
shutdown:
enabled: true