You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the command line, SLF4J outputs the following.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
The command line app should bind SLF4J such that log messages are output correctly.
This should be done in a way that does not conflict with SLF4J bindings for applications that include Pillar as a library.
The text was updated successfully, but these errors were encountered:
When running the command line, SLF4J outputs the following.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
The command line app should bind SLF4J such that log messages are output correctly.
This should be done in a way that does not conflict with SLF4J bindings for applications that include Pillar as a library.
The text was updated successfully, but these errors were encountered: