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.
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 <
>
}