

Log Spam Filter is a BepInEx plugin for Lethal Company that suppresses selected high-frequency Unity and BepInEx log messages. It is intended for modded profiles where repeated debug output makes LogOutput.log difficult to read or unnecessarily expensive to write.
The plugin only filters log output. It does not modify enemy AI, spawning, networking, physics, save data, or gameplay state.
UnityEngine.Debug and UnityEngine.Logger messages before they are written.The current rule set targets repeated logs from these areas:
Install the package through a Thunderstore-compatible mod manager, or place the DLL at:
BepInEx/plugins/LogSpamFilter/LogSpamFilter.dll
This plugin is intentionally scoped to logging APIs and BepInEx log listeners. It does not patch gameplay systems directly.
The plugin cannot suppress OpenXR loader messages emitted before managed BepInEx plugins and patchers can intercept logging. Those messages originate from Unity/OpenXR startup initialization and must be prevented at the startup configuration level if they need to be removed at the source.
MIT License. See LICENSE for details.