From 2f7e74f27f1198bc24422b7ee1aa11d8d962a19a Mon Sep 17 00:00:00 2001 From: Florian Reimair Date: Tue, 29 Jan 2019 19:41:41 +0100 Subject: [PATCH] Reduce log output in productive environment --- monitor/src/main/resources/logback.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 monitor/src/main/resources/logback.xml diff --git a/monitor/src/main/resources/logback.xml b/monitor/src/main/resources/logback.xml new file mode 100644 index 0000000000..65f307ab1f --- /dev/null +++ b/monitor/src/main/resources/logback.xml @@ -0,0 +1,12 @@ + + + + %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n + + + + + + + + \ No newline at end of file