Reomve unecessary custom log config

This commit is contained in:
Dave Syer
2016-02-01 16:08:38 +00:00
parent 12620a4725
commit 065338118b
2 changed files with 2 additions and 11 deletions

View File

@@ -6,10 +6,10 @@ spring:
# This ends up as the service name in zipkin
name: testsleuthzipkin
zipkin:
# Uncomment to send to zipkin, replacing 192.168.99.100 with your docker-machine's IP address
# Uncomment to send to zipkin, replacing 192.168.99.100 with your zipkin IP address
# baseUrl: http://192.168.99.100:9411/
sample:
zipkin:
# When enabled=false, traces log to the console. Comment to send to zipkin
enabled: false
enabled: true

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>