From 95a30ce9efc15ca61a3afab6117e2bdbbf54166e Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 16 May 2019 22:36:55 +0200 Subject: Cleaned up libraries and logging Co-authored-by: LarsVomMars --- src/main/resources/logback.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/main/resources/logback.xml (limited to '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..7b89048 --- /dev/null +++ b/src/main/resources/logback.xml @@ -0,0 +1,11 @@ + + + + %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n + + + + + + + -- cgit v1.2.3