diff options
author | ILikePlayingGames <22475143+ILikePlayingGames@users.noreply.github.com> | 2022-09-02 03:35:01 -0400 |
---|---|---|
committer | ILikePlayingGames <22475143+ILikePlayingGames@users.noreply.github.com> | 2022-09-02 03:35:01 -0400 |
commit | b53f3326ea3c986a10232e678e07c74fdaad72ac (patch) | |
tree | cc0e69227d63ffb75c252e5ce40efc08a168d8f1 /log4j2.xml | |
parent | dc7454d548dea07c5f11a379d7cc669ce483705d (diff) | |
download | forge1.8.9template-b53f3326ea3c986a10232e678e07c74fdaad72ac.tar.gz forge1.8.9template-b53f3326ea3c986a10232e678e07c74fdaad72ac.tar.bz2 forge1.8.9template-b53f3326ea3c986a10232e678e07c74fdaad72ac.zip |
Add log config and fix warnings
- Add log config to filter Hypixel scoreboard and sound errors
- Fix devauth warning and shadowImpl type warning
Diffstat (limited to 'log4j2.xml')
-rw-r--r-- | log4j2.xml | 5 |
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 |