Add websoket sample

This commit is contained in:
Dave Syer
2016-02-09 13:16:14 +00:00
parent 65c243178f
commit f2be4054ff
11 changed files with 3122 additions and 14 deletions

View File

@@ -7,11 +7,6 @@ spring:
sleuth:
log:
json:
# enabled: true
logging:
pattern:
level: '%clr([trace=%X{X-Trace-Id:-},span=%X{X-Span-Id:-}]){yellow} %5p'
sample:
zipkin:

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<include resource="org/springframework/boot/logging/logback/base.xml"/>
<logger name="org.springframework.cloud.sleuth" level="DEBUG"/>
<root level="INFO">
<appender-ref ref="CONSOLE" />
<appender-ref ref="FILE" />
</root>
</configuration>