From f5eab06cb71a3ba80f446aaac1e06c6ac53d8c3c Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Mon, 13 Dec 2021 13:25:02 +0100
Subject: [PATCH] CONF: less chatty logging setup

---
 conf/core/log4j2-default.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/core/log4j2-default.properties b/conf/core/log4j2-default.properties
index 974ce34d..5983f8e3 100644
--- a/conf/core/log4j2-default.properties
+++ b/conf/core/log4j2-default.properties
@@ -2,7 +2,7 @@
 # https://logging.apache.org/log4j/2.x/ for more information.
 
 name = base_configuration
-status = TRACE
+status = DEBUG
 verbose = true
 
 property.LOG_DIR = log
-- 
GitLab