From 8e12097fc9865900f5fc9c27e132be5d16d0ea45 Mon Sep 17 00:00:00 2001 From: Torsten Krause Date: Tue, 5 Dec 2023 15:03:45 +0100 Subject: [PATCH] MCR-3010 Duplicate warnings about old absolute include mechanism congest logs (#936) * MCR-3010 add logging filter that fiters duplicate logging events for the old abolute include mechanism * MCR-3010 remove target marker and use composit filter instead * MCR-3010 add filter to Docker logging configuration --- docker-log4j2.xml | 6 ++++++ mir-module/src/main/resources/log4j2.xml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/docker-log4j2.xml b/docker-log4j2.xml index 32c1db175c..973f7495b3 100644 --- a/docker-log4j2.xml +++ b/docker-log4j2.xml @@ -22,5 +22,11 @@ + + + + + + diff --git a/mir-module/src/main/resources/log4j2.xml b/mir-module/src/main/resources/log4j2.xml index 263f45a648..984d88a03f 100644 --- a/mir-module/src/main/resources/log4j2.xml +++ b/mir-module/src/main/resources/log4j2.xml @@ -14,5 +14,11 @@ + + + + + +