aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/logback.xml
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-core/src/main/resources/logback.xml')
-rw-r--r--kamon-core/src/main/resources/logback.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/kamon-core/src/main/resources/logback.xml b/kamon-core/src/main/resources/logback.xml
deleted file mode 100644
index 2ae1e3bd..00000000
--- a/kamon-core/src/main/resources/logback.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<configuration scan="true">
- <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
- <encoder>
- <pattern>%date{HH:mm:ss.SSS} %-5level [%X{uow}][%X{requestId}] [%thread] %logger{55} - %msg%n</pattern>
- </encoder>
- </appender>
-
- <root level="debug">
- <appender-ref ref="STDOUT" />
- </root>
-
-</configuration>