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
{{ message }}
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.
Enable SLF4J configuration via xml file for uber-jar
Steps to Reproduce
Run standalone migrations by invoking the uber-jar and notice SLF4J warning
...
Cassandra Migration 0.11
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 text was updated successfully, but these errors were encountered:
ganov
changed the title
SLF4J configuration and library dependencie
SLF4J configuration
Jan 30, 2018
Outcome Desired
Enable SLF4J configuration via xml file for uber-jar
Steps to Reproduce
Run standalone migrations by invoking the uber-jar and notice SLF4J warning
...
Cassandra Migration 0.11
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 text was updated successfully, but these errors were encountered: