From 4455495dc6ebdb73c100870181d87145709b4bf0 Mon Sep 17 00:00:00 2001 From: Viktor Lofgren Date: Sun, 21 Sep 2025 19:02:18 +0200 Subject: [PATCH] (system) Fix file loggers in the json config --- code/common/config/resources/log4j2-json.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/code/common/config/resources/log4j2-json.xml b/code/common/config/resources/log4j2-json.xml index f2dca2264..36ed06455 100644 --- a/code/common/config/resources/log4j2-json.xml +++ b/code/common/config/resources/log4j2-json.xml @@ -16,7 +16,7 @@ - @@ -28,7 +28,7 @@ - %d{yyyy-MM-dd HH:mm:ss,SSS}: %msg{nolookups}%n @@ -38,7 +38,7 @@ - %d{yyyy-MM-dd HH:mm:ss,SSS}: %msg{nolookups}%n @@ -56,7 +56,9 @@ - + + + \ No newline at end of file