promotional bannermobile promotional banner

Ember's Log Filtering

Allows you to filter anything from logs
Back to Files

LogFilter 1.1.2 (Fabric 1.21.1)

File namelogfilter-fabric-1.21.1-1.1.2.jar
Uploaded
Aug 17, 2026
Downloads
10
Size
23.7 KB
Mod Loaders
Fabric
File ID
8673349
Type
R
Release
Supported game versions
  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:embers-log-filtering-1493743:8673349"

Learn more about Curse Maven

What's new

Changelog

1.1.2

  • Strip redundant leading and trailing .* from filter patterns before compiling them. Rules match with find(), so a wrapped pattern like .*GL_INVALID_OPERATION in glBlitFramebuffer.* defeated the literal-prefix optimization and made every non-matching log line cost time quadratic in its length, which was enough to multiply modpack load times.
  • Only format a log message when a MESSAGE_REGEX rule needs it, and drop disabled rules when the config loads rather than skipping them on every log event.

This mod has no additional files