LogFilters: Declutter Minecraft Logs and Console Spam

LogFilters mod for Minecraft removes unwanted console and log spam with flexible HOCON-based rules, helping players and server admins focus on real errors.

Download LogFilters for Minecraft 1.12.2, 1.12.1

Original name: LogFilters

Minecraft: 1.12.1, 1.12.2

Loaders: Forge

FileVersionLoaderSize
LogFilters-1.12-1.0.0.jar1.12.1Forge10 КБDownload
LogFilters-1.12.2-1.0.1.jar1.12.2Forge10 КБDownload
LogFilters-1.12.2-1.0.2.jar1.12.2Forge10 КБDownload

What Is LogFilters and Why Should You Care

If you have ever launched Minecraft with a handful of mods or managed a server, you know the pain of scrolling through endless console output. Block loading errors, missing texture warnings, debug chatter from a dozen mods — it all piles up into an unreadable mess. What Is LogFilters and Why Should You Care solves this by letting you strip out unwanted lines before they ever hit your log files or console.

Why Logs Turn Into Noise

The default Minecraft logger records everything: chunk loading notices, compatibility warnings, and minor mod debug messages. In a modpack with fifty or more mods, the console looks like a never-ending feed where useful information drowns in repetition. Server admins face gigabyte-sized logs where the actual error takes up two lines among millions of useless records. Mod developers often leave debug output enabled in release builds, adding more clutter. LogFilters acts as a smart gateway between the game and the logging system, checking every message against your rules before it gets printed.

How Filtering Works

Instead of patching each mod individually, you define filtering rules once. The mod intercepts log entries on the fly, matches them against your configuration, and either lets them pass or blocks them. This process does not slow down the game because it happens in real time without touching core gameplay systems. You can filter by exact phrase, source class, or message level. For example, a biome mod spamming "Biome ID 247 not found in registry" on every world join disappears with one rule, while critical errors from the same mod still show up. Regular expressions are supported, so you can describe complex patterns to remove entire classes of messages at once.

Configuration Through HOCON

All settings live in config/LogFilters.conf using HOCON format. This is similar to JSON but friendlier: comments are allowed, multi-line values work, and the syntax is simpler. You do not need to be a programmer to edit it. The filters section holds a list of rules. Each rule defines a pattern — a regex or exact string — plus optional level (INFO, WARN, ERROR) and source fields. The action parameter sets remove or replace. You can cascade filters, like deleting all DEBUG messages from one mod while keeping WARN and above. The config reloads on game launch, so changes take effect after a client or server restart.

Installation and Version Compatibility

LogFilters runs on both the client and dedicated server, requiring either Forge or Fabric depending on the build you pick. To download What Is LogFilters and Why Should You Care for Minecraft, grab the jar file from a trusted mod repository like CurseForge and drop it into the mods folder. On first launch, a sample config file is generated automatically. The mod works with popular optimization tools like Sodium and OptiFine, and it does not clash with server cores such as Spigot or Paper when using matching versions. Always check the file name for the correct Minecraft version and loader before installing. For those who prefer a hands-off approach, some launchers offer one-click installation that resolves dependencies automatically.

Practical Use Cases

Imagine running a server with a hundred plugins. Every thirty minutes an economy plugin floods the console with "Transaction log overflow, purging old records". That is not an error, but it buries real issues. Add a filter with that pattern and the spam vanishes. Another example: a structure generation mod spams "Skipping chunk at -12, 64" during world exploration. A filter on "Skipping chunk" fixes it instantly. Mod developers can temporarily mute other mods' debug output to focus on their own code. When testing a pack, you can comment out a few config lines to verify no important errors are hidden by overly aggressive rules.

Conclusion

LogFilters is a small utility with a big impact. Instead of tolerating endless useless messages, you gain full control over log output. The HOCON setup is straightforward, and the filtering itself adds no noticeable overhead. Whether you are a player tired of red text in the console or an admin dreaming of readable reports, this mod fits neatly into any modpack. Learning how to install it takes minutes, and the payoff is immediate: cleaner logs, faster debugging, and a much more pleasant Minecraft experience.