bonzo-timer_1.8.9/log4j2.xml
ILikePlayingGames b53f3326ea Add log config and fix warnings
- Add log config to filter Hypixel scoreboard and sound errors
- Fix devauth warning and shadowImpl type warning
2022-09-02 03:35:01 -04:00

5 lines
No EOL
267 B
XML

<?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>