SkyBlockTweaks/log4j2.xml

5 lines
267 B
XML
Raw Normal View History

2024-07-20 00:10:13 -06:00
<?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>