Ember's Log Filtering

Allows you to filter anything from logs

File Details

LogFilter 1.1.0 (Forge 1.20.1)

  • R
  • Jul 8, 2026
  • 22.06 KB
  • 12
  • 1.20.1
  • Forge

File Name

logfilter-forge-1.20.1-1.1.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:embers-log-filtering-1493743:8391270")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog

1.1.0

  • Attach the filter during early bootstrap (Fabric preLaunch, Forge/NeoForge mixin config plugin) so log spam emitted before mod init can be suppressed.
  • Re-attach on log4j2 reconfiguration, which FML performs during mod loading and would otherwise drop the filter. This is what lets rules like uses unexpected schema take effect.