One Liner to Programmatically Enable SLF4J Debug Logging in Scala
org.slf4j.LoggerFactory.getLogger(org.slf4j.Logger.ROOT_LOGGER_NAME).asInstanceOf[ch.qos.logback.classic.Logger].setLevel(ch.qos.logback.classic.Level.INFO) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment