From 2ec0d067f3965049e2c6de4d09458b98a63557c2 Mon Sep 17 00:00:00 2001 From: Athou Date: Wed, 22 Oct 2014 10:55:42 +0200 Subject: [PATCH] add logback config for tests --- src/test/resources/logback-test.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/test/resources/logback-test.xml diff --git a/src/test/resources/logback-test.xml b/src/test/resources/logback-test.xml new file mode 100644 index 00000000..a452f81a --- /dev/null +++ b/src/test/resources/logback-test.xml @@ -0,0 +1,11 @@ + + + + %-5p %d{ISO8601} [%thread] [%c{0}:%L] %m %rEx%n + + + + + + + \ No newline at end of file