-
-
Notifications
You must be signed in to change notification settings - Fork 250
Open
Labels
Description
What feature do you want to see added?
Everyone knows, console says No SLF4J providers were found
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
I want to disable this warning message.
According to https://www.slf4j.org/codes.html#noProviders,
message is reported when no SLF4J providers could be found on the class path.
Can I do it in the following ways?
-
Placing one (and only one) of slf4j-nop.jar slf4j-simple.jar, slf4j-reload4j.jar, slf4j-jdk14.jar or logback-classic.jar on the class path.
If possible, could you contain a slf4j.jar (slf4j-nop.jar) file when building Docker image? -
Other way, can I change additional class-path in
jenkins-agentandjenkins-agent.ps1?
Currently,-cp agent.jaris hard coded. It is useful to addslf4j-nop.jarin class-path.
Thank you for reading.
Upstream changes
No response