Log Filter

⭐ — (4 endorsements) 📥 1,715 downloads 📌 v1.0.0 📅 10/15/2024
🟠 Updated over a year ago

By Nick1st · fabric

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 10/13/2024 📅 Created: 10/15/2024
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.2% endorsement rate
  • 🏆 #639 of 874 fabric mods in this game by downloads

📋 About This Mod

# 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! ```json { "logEvents": "NONE", //Setting this to "INFO" will change ALL messages logged into a format useful to configure this mod (see below) "rules": , "loggerName": , "formatMessage": , "parameterClasses": } ] } ``` If "logEvents" is set, all log messages will be transformed: ``` : 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: ```

# 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! ```json { "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: ``` : 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: ```

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
Nick1st
Version
1.0.0
Downloads
1,715
Endorsements
4
Category
fabric
Created
10/15/2024
Updated
10/13/2024
Game Versions
1.21, 1.21.1
Tags
management, utility

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does Log Filter support?

The author lists 1.21, 1.21.1. Other versions may work but are untested by the author.

What is the latest version of Log Filter?

Version 1.0.0, published 2024-10-13 with 1,715 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More fabric 👤 More by Nick1st 🔎 Similar Mods 🌐 Best fabric (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods