#Muting certain console messages?

1 messages · Page 1 of 1 (latest)

livid dirge
sinful mica
#

Believe that’s one of the easier toggleable ones

#

Have you checked spigot.yml and bukkit.yml?

livid dirge
#

Yeah I did, however I couldn't find anything related to that message...

bright vigil
#

You can
((Logger)LogManager.getRootLogger()).addFilter(...);

Pass your implementation of
org.apache.logging.log4j.core.Filter
In there

sinful mica
#

Hmm maybe smile is up to something

livid dirge
bright vigil
livid dirge
#

ahh a filter, I see. Trying it out now!

#

I can't seem to figure out how the implementation of org.apache.logging.log4j.core.Filter would look like, I've never used it before :P

bright vigil
livid dirge
#

Perfect, thanks!

broken fjord
#

In my experience I was never able to find the addFilter method?

#

I tried doing this earlier