-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: swarm-plugin
-
Environment:jenkins v2.108
swarm v3.12
JDK 1.8.0
Windows 7 / CentOS 7.4 host OSes
-
3.17
When launching the Jenkins swarm client, I see the following warning message in the console output:
Â
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder"
SLF4J: Defaulting to no-operation (NOP) loger implementation
Â
Consequently, I am unable to generate log files for the service, making it impossible to debug errors and connection issues and such in production. This seems like a silly issue but it is debilitating and it would be great if someone could fix it or tell me how to work around the issue.
Â
I've looked up the slf4j.org website where it describes some workarounds to this error by placing one of the slf4j jars in the Java class path. I downloaded several different versions of slf4j, and copied different jar files contained therein to the default class path, all with no success. Even explicitly setting the java class path to a folder containing all the jars for slf4j didn't work. What am I doing wrong?
Any help would be greatly appreciated.