diff options
author | hackthetime <l4bg0jb7@duck.com> | 2023-11-08 10:35:08 +0100 |
---|---|---|
committer | hackthetime <l4bg0jb7@duck.com> | 2023-11-08 10:35:08 +0100 |
commit | c41eb7f730e7586a69dce21691083f4637c0e595 (patch) | |
tree | 45564770e7140e10be8f96c74850dbea06a3c3c5 /log4j2.xml | |
parent | 208ee28028e4a772a573a75f2aef6780304b3f53 (diff) | |
download | BBsentials-c41eb7f730e7586a69dce21691083f4637c0e595.tar.gz BBsentials-c41eb7f730e7586a69dce21691083f4637c0e595.tar.bz2 BBsentials-c41eb7f730e7586a69dce21691083f4637c0e595.zip |
found a solution to solve the bug that crashed the mod when initialising the config at startup. No automatically loads the config at start by using a different source for the username. getUsername did not change.
Diffstat (limited to 'log4j2.xml')
-rw-r--r-- | log4j2.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/log4j2.xml b/log4j2.xml new file mode 100644 index 0000000..294b37b --- /dev/null +++ b/log4j2.xml @@ -0,0 +1,6 @@ +<?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 |