From 96097464ec424a36079021e33e0ac52344e3d406 Mon Sep 17 00:00:00 2001 From: Ulrich Zielhofer Date: Wed, 29 Dec 2021 13:28:15 +0100 Subject: [PATCH] fixes #259: disable file logging by setting system property "disable-file-logging" --- Mustang-CLI/pom.xml | 5 +++ Mustang-CLI/src/main/resources/logback.xml | 44 ++++++++++++---------- 2 files changed, 29 insertions(+), 20 deletions(-) diff --git a/Mustang-CLI/pom.xml b/Mustang-CLI/pom.xml index 4adcd09b..e8c67605 100644 --- a/Mustang-CLI/pom.xml +++ b/Mustang-CLI/pom.xml @@ -42,6 +42,11 @@ jargs 2.0-SNAPSHOT + + org.codehaus.janino + janino + 3.1.6 + org.riversun bigdoc diff --git a/Mustang-CLI/src/main/resources/logback.xml b/Mustang-CLI/src/main/resources/logback.xml index 3c190b02..db278835 100644 --- a/Mustang-CLI/src/main/resources/logback.xml +++ b/Mustang-CLI/src/main/resources/logback.xml @@ -5,26 +5,30 @@ %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n - - - - - - - log/ZUV-%d{yyyy-MM}.log - - - 60 - - - - %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n - - - - - - + + + + + + + log/ZUV-%d{yyyy-MM}.log + + + 60 + + + + %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n + + + + + + + + + +