Reomve unecessary custom log config
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user