From 5250e9fb855f9b70ed3654fec12e1b9578d09269 Mon Sep 17 00:00:00 2001 From: Juuz <6596629+Juuxel@users.noreply.github.com> Date: Tue, 7 Oct 2025 00:00:03 +0300 Subject: [PATCH] Fix invisible log levels being enabled in the log4j config (#1388) The previous level made loggers report that e.g. the trace level is always enabled which is clearly wrong. --- 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 3f9d29bc..068c2038 100644 --- a/src/main/resources/log4j2.fabric.xml +++ b/src/main/resources/log4j2.fabric.xml @@ -59,7 +59,7 @@ - +