-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
41 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?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"/> | ||
|
||
<!-- Filter out any 'Unable to determine registrant mod' errors related to 'me.odin' --> | ||
<RegexFilter regex="Unable to determine registrant mod for me\.odin.*" onMatch="DENY" onMismatch="NEUTRAL"/> | ||
|
||
<Loggers> | ||
<!-- Set the logger level for FML to WARN to hide INFO and ERROR messages --> | ||
<Logger level="WARN" name="FML"/> | ||
<!-- Preserve logging for net.minecraft.util.MessageDeserializer --> | ||
<Logger level="INFO" name="net.minecraft.util.MessageDeserializer"/> | ||
</Loggers> | ||
</Configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?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"/> | ||
|
||
<!-- Filter out any 'Unable to determine registrant mod' errors related to 'me.odin' --> | ||
<RegexFilter regex="Unable to determine registrant mod for me\.odin.*" onMatch="DENY" onMismatch="NEUTRAL"/> | ||
|
||
<Loggers> | ||
<!-- Set the logger level for FML to WARN to hide INFO and ERROR messages --> | ||
<Logger level="WARN" name="FML"/> | ||
<!-- Preserve logging for net.minecraft.util.MessageDeserializer --> | ||
<Logger level="INFO" name="net.minecraft.util.MessageDeserializer"/> | ||
</Loggers> | ||
</Configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters