Mod
Log Filter
No reviews yet
Filters configured messages from the log and console in a performant way.
Does not follow a specific thematic focus apart from vanilla Minecraft.
Used for mods with little to no gameplay elements.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Includes tools and features for server management.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
Log Filter
Filters configured messages from the log and console in a performant way. This is intended to be used by pack creators. Consider NOT send modified logs to mod creators if you're reporting bugs.
Usage
Below is a commented config file ("log_filter.json") to remove all logging of datapack loading failure. This can be useful if a datapack removes recipes by e.g. replacing them with empty files. To use this, you need to remove the comments! The CF page render seems to have a problem with code blocks, so paste it into a editor that supports json formatting I guess.
{
"logEvents": "NONE", //Setting this to "INFO" will change ALL messages logged into a format useful to configure this mod (see below)
"rules": [ // Array of rules. If a rule matches, the message will not be logged
{
"level": [ // Array of levels. These are combined by AND within a rule.
{
"relation": "EQUAL", // Relation (Supports EQUAL, NOT_EQUAL, GREATER_THAN, etc.)
"value": "ERROR" // Value must be a valid level
}
],
"loggerName": [ // Array of logger names
{
"relation": "MATCH", // Relation
"value": "net.minecraft.server.packs.resources.SimpleJsonResourceReloadListener" // Class
}
],
"formatMessage": [ // The message with formatting not applied (with the placeholders instead of values)
{
"relation": "MATCH",
"value": "Couldn't parse data file {} from {}"
}
],
"parameterClasses": [ // Types of parameters/placeholders
{
"0": { // First placeholder
"relation": "MATCH",
"value": "net.minecraft.resources.ResourceLocation"
},
"1": { // Second placeholder
"relation": "MATCH",
"value": "net.minecraft.resources.ResourceLocation"
},
"2": { // Etc.
"relation": "MATCH",
"value": "com.google.gson.JsonParseException"
}
}
]
}
]
}
If "logEvents" is set, all log messages will be transformed:
[20:18:10] [modloading-worker-0/INFO] [Log Filter/]: Logging event:
- Level: INFO
- Logger name: mezz.jei.library.load.PluginCaller
- Thread name: modloading-worker-0
- Throwable class: null
- Message: Sending ConfigManager...
- Format message: {}...
- Parameter classes: [java.lang.String]
Log Filter
Filters configured messages from the log and console in a performant way. This is intended to be used by pack creators. Consider NOT send modified logs to mod creators if you're reporting bugs.
Usage
Below is a commented config file ("log_filter.json") to remove all logging of datapack loading failure. This can be useful if a datapack removes recipes by e.g. replacing them with empty files. To use this, you need to remove the comments!
{
"logEvents": "NONE", //Setting this to "INFO" will change ALL messages logged into a format useful to configure this mod (see below)
"rules": [ // Array of rules. If a rule matches, the message will not be logged
{
"level": [ // Array of levels. These are combined by AND within a rule.
{
"relation": "EQUAL", // Relation (Supports EQUAL, NOT_EQUAL, GREATER_THAN, etc.)
"value": "ERROR" // Value must be a valid level
}
],
"loggerName": [ // Array of logger names
{
"relation": "MATCH", // Relation
"value": "net.minecraft.server.packs.resources.SimpleJsonResourceReloadListener" // Class
}
],
"formatMessage": [ // The message with formatting not applied (with the placeholders instead of values)
{
"relation": "MATCH",
"value": "Couldn't parse data file {} from {}"
}
],
"parameterClasses": [ // Types of parameters/placeholders
{
"0": { // First placeholder
"relation": "MATCH",
"value": "net.minecraft.resources.ResourceLocation"
},
"1": { // Second placeholder
"relation": "MATCH",
"value": "net.minecraft.resources.ResourceLocation"
},
"2": { // Etc.
"relation": "MATCH",
"value": "com.google.gson.JsonParseException"
}
}
]
}
]
}
If "logEvents" is set, all log messages will be transformed:
[20:18:10] [modloading-worker-0/INFO] [Log Filter/]: Logging event:
- Level: INFO
- Logger name: mezz.jei.library.load.PluginCaller
- Thread name: modloading-worker-0
- Throwable class: null
- Message: Sending ConfigManager...
- Format message: {}...
- Parameter classes: [java.lang.String]
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers