Add strategy EndpointLocator to help with service host/port location

This commit is contained in:
Dave Syer
2015-10-01 11:52:28 +01:00
parent 1d8d5a0956
commit 4e21bf1b35
11 changed files with 263 additions and 81 deletions

View File

@@ -10,7 +10,7 @@ include::intro.adoc[]
----
logging:
pattern:
console: '%d{yyyy-MM-dd HH:mm:ss.SSS} [trace=%X{X-Trace-Id:-},span=%X{X-Span-Id:-}] [%15.15t] %-40.40logger{39}: %m%n'
level: '[trace=%X{X-Trace-Id:-},span=%X{X-Span-Id:-}] %5p'
----
+
(notice the `%X` entries from the MDC).