promotional bannermobile promotional banner

Ember's Log Filtering

Allows you to filter anything from logs
Back to Files

LogFilter 1.1.2 (Forge 1.20.1)

File namelogfilter-forge-1.20.1-1.1.2.jar
Uploaded
Aug 17, 2026
Downloads
41
Size
24.4 KB
Mod Loaders
Forge
File ID
8673351
Type
R
Release
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:embers-log-filtering-1493743:8673351")

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