summaryrefslogtreecommitdiff
path: root/log4j2.xml
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-02-22 21:23:38 +0100
committerLinnea Gräf <nea@nea.moe>2024-02-22 21:23:38 +0100
commite8196b0b5e02ec21f75109ab7aba8d48220c8d05 (patch)
treed612293d68050e75385ed9c3cd46724025b8501c /log4j2.xml
downloadKowalski-e8196b0b5e02ec21f75109ab7aba8d48220c8d05.tar.gz
Kowalski-e8196b0b5e02ec21f75109ab7aba8d48220c8d05.tar.bz2
Kowalski-e8196b0b5e02ec21f75109ab7aba8d48220c8d05.zip
Template
Diffstat (limited to 'log4j2.xml')
-rw-r--r--log4j2.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/log4j2.xml b/log4j2.xml
new file mode 100644
index 0000000..af9b1b7
--- /dev/null
+++ b/log4j2.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Configuration status="WARN">
+ <!-- Filter out Hypixel scoreboard and sound errors -->
+ <RegexFilter regex="Error executing task.*|Unable to play unknown soundEvent.*" onMatch="DENY" onMismatch="NEUTRAL"/>
+</Configuration> \ No newline at end of file