Stuff A Sock In It
Modby DarkhaxDev
Console filtering made easy!
Type
Mod
CurseForge Downloads
21,982,116
CurseForge ID
262137
Last Updated
Sep 5, 2026
Description
This mod allows you to set up filters for the game logger. This means that you can prevent certain logging messages from being shown in the console or client log file. This mod is intended for modpacks to use when they want to remove redundant information or other log entries that are not important. Utilizing this mod can make log files smaller, and also make actual errors and issues easier to find. In some extreme situations it can also slightly improve the load time of the game.
There are two types of filters you can make using this mod.
- Basic - If the string of the filter is contained within the message it will be filtered. For example if the filter is "hello" then the message "hello world" will be filtered.
- Regex - If the message matches the regex filter it will be filtered.
FaQ
Q: Is this a core mod?
A: No, this mod is not a core mod. While earlier versions did take advantage of Forge's Core Mod system to load earlier than other mods, this is no longer the case for versions targeting MC 1.12 and up.
Q: Isn't removing information bad or dangerous?
A: This largely depends on the circumstances. This mod should never be used to remove actual error information. There are several mods, including Forge itself which are known to go a bit overboard when it comes to logging debug information, and those situations are the intended use case for this mod. Removing all log messages with the word "null" in them is bad, but removing messages from a mod that just prints every roman numeral for some unknown reason is good.
Q: What does this mod remove by default?
A: By default this mod will not remove anything. You must configure it by changing the /config/sasit.cfg file.

This project is sponsored by Nodecraft. Use code Darkhax for 30% off your first month of service!
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Similar Mods
YUNG's API (Forge/NeoForge)
A library mod for YUNG's Minecraft mods
FTB Teams (NeoForge)
Library for mods that can utilize team progression
SuperMartijn642's Config Lib
Config Lib makes dealing with config files just a bit easier.
CoFH Core
Contains Core Functionality for all Team CoFH mods. Also does some really cool stuff on its own!
Searchables
Searchables is a library mod that adds helper methods that allow for searching and filtering elements based on component...
Resourceful Lib
Lib for Team Resourceful and more