Skip to content

CanadianBaconBoi/Lognore

Repository files navigation

Lognore

Ignore spammy console logs in 1.7.10

build Mod loader: Forge Curseforge

Curseforge Page

I made this cuz I couldn't find anything that could filter based on the logger name with a log level threshold.

Config is more or less self-explanatory, further config examples can be found on the CurseForge page. Config file is located at config/lognore.cfg Default config below.

Configuration file

Note: Strings in the arrays should be unquoted

general {
    # Log4j loggers to filter [default: ]
    S:loggerFilters <
    >

    # Max filtered log level, valid values are ERROR, WARN, INFO, DEBUG. For example, setting to WARN, would filter WARN, INFO, and DEBUG. [default: WARN]
    S:maxFilteredLevel=WARN

    # Messages to filter (substring) [default: ]
    S:messageFilters <
    >
}

About

[1.7.10] Ignore console log based on the logger or a substring of the message

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages