From 7dfe800768323fc0cbcbf1454405fb65a184c8fa Mon Sep 17 00:00:00 2001 From: dicedpixels <121529979+dicedpixels@users.noreply.github.com> Date: Sat, 9 Dec 2023 19:33:02 +0530 Subject: [PATCH] Filter out realms connection error message from debug log (#991) * feat: filter out realms connection error message from debug log * 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 cb8c84e2..9ebf46d5 100644 --- a/src/main/resources/log4j2.fabric.xml +++ b/src/main/resources/log4j2.fabric.xml @@ -4,8 +4,12 @@ - - + + + + + +