#Problem with Logger console output

29 messages · Page 1 of 1 (latest)

ruby flame
#

Hey guys i am totally tired i search now for idk maybe 4-5 hours ... now i have to ask here
is there a way to prevent some stuff to be logged ? as example this one in the image?

(Sorry, i don't know what tags i should add here)

rain moatBOT
#

This post has been reserved for your question.

Hey @ruby flame! Please use /close or the Close Post button above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

ruby flame
#

Oh i forgot to add:
This is a minecraft plugin and i cant use a way with "change startup flags" for this problem

coral elm
#

thats probably their own plugin logger then

ruby flame
#

yeah thats the problem

coral elm
#

Logger.getLogger(name).setLevel(DISABLED) should work ig

#

hoping they are not using thhe bukkit logger

ruby flame
ruby flame
coral elm
#

is that the plugin?

#

you should add it in your plugin then

ruby flame
#

thats the libary i use in my plugin

coral elm
#

before that library starts logging then

#

figure out the name of their logger

#

do you have a link to that libraries github somehow?

ruby flame
coral elm
ruby flame
#

sorry i confused what are you looking for ?

coral elm
#

the log thing

ruby flame
#

this ?

coral elm
#

ye but what file is that

ruby flame
coral elm
#

i want to find the definition

ruby flame
#

slf4j is the logger

#

i think so

coral elm
#

org.slf4j.LoggerFactory.getLogger(ReactorEventHandlerTest.class)

ruby flame
#

okay

#

okay i think my java is not good enough to understand all of this, i think i will sty with this for now and learn more before i try it again but ty for the attempt to help me i appreciate it