From 072ecb6be16f1bf84ffc7b7f892ad1436e53360d Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Fri, 3 Feb 2023 16:20:09 +0200 Subject: [PATCH] Update rabbit-sink logging --- .../sink/rabbit-sink/src/test/resources/logback.xml | 3 ++- build-folder.sh | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/applications/sink/rabbit-sink/src/test/resources/logback.xml b/applications/sink/rabbit-sink/src/test/resources/logback.xml index ae8b3d29..e82ef445 100644 --- a/applications/sink/rabbit-sink/src/test/resources/logback.xml +++ b/applications/sink/rabbit-sink/src/test/resources/logback.xml @@ -9,5 +9,6 @@ - + + diff --git a/build-folder.sh b/build-folder.sh index a0683e89..fe04f2f5 100755 --- a/build-folder.sh +++ b/build-folder.sh @@ -20,9 +20,9 @@ function check_env() { fi } -if [ "$VERBOSE" == "true" ]; then - MAVEN_OPTS="--debug" -elif [ "$VERBOSE" == "false" ]; then +if [ "$VERBOSE" = "true" ]; then + MAVEN_OPTS="-D" +elif [ "$VERBOSE" = "false" ]; then MAVEN_OPTS="-q" fi if [ "$MAVEN_OPTS" == "" ]; then