From 1e44d2dc2b052487599993f52f8dd0d43fcd861f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=A4rki?= Date: Thu, 20 Aug 2015 15:05:05 +0200 Subject: [PATCH] Only log info messages. --- src/main/resources/logback.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/main/resources/logback.xml diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml new file mode 100644 index 0000000..d96482a --- /dev/null +++ b/src/main/resources/logback.xml @@ -0,0 +1,22 @@ + + + + + .%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg %n + + + + TRACE + + + + + + + + + + + + + \ No newline at end of file