From a4c79a65505dbcdcd3c40f339608f8aa097e55e3 Mon Sep 17 00:00:00 2001 From: dicedpixels Date: Wed, 22 Nov 2023 22:37:32 +0530 Subject: [PATCH 1/2] feat: filter out realms connection error message from debug log --- src/main/resources/log4j2.fabric.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/log4j2.fabric.xml b/src/main/resources/log4j2.fabric.xml index cb8c84e22..21ee1b742 100644 --- a/src/main/resources/log4j2.fabric.xml +++ b/src/main/resources/log4j2.fabric.xml @@ -5,7 +5,7 @@ - + From ea69afd48236bf3283814fe14b9795480d998eab Mon Sep 17 00:00:00 2001 From: dicedpixels Date: Sat, 9 Dec 2023 09:57:59 +0530 Subject: [PATCH 2/2] fix: multiple regex filters --- src/main/resources/log4j2.fabric.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/main/resources/log4j2.fabric.xml b/src/main/resources/log4j2.fabric.xml index 21ee1b742..9ebf46d57 100644 --- a/src/main/resources/log4j2.fabric.xml +++ b/src/main/resources/log4j2.fabric.xml @@ -4,8 +4,12 @@ - - + + + + + +