aboutsummaryrefslogtreecommitdiff
path: root/tests/src/test/resources/logback.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/test/resources/logback.xml')
-rw-r--r--tests/src/test/resources/logback.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/src/test/resources/logback.xml b/tests/src/test/resources/logback.xml
deleted file mode 100644
index 1470b51..0000000
--- a/tests/src/test/resources/logback.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<configuration>
-
- <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
- <encoder>
- <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
- </encoder>
- </appender>
-
- <root level="INFO">
- <appender-ref ref="STDOUT"/>
- </root>
-</configuration>