This worked in 0.9.1, how do I do this in 0.10.3? ...
# exposed
s
This worked in 0.9.1, how do I do this in 0.10.3?
Copy code
transaction {
	logger.removeLogger(Slf4jSqlLogger)
}
to get rid of
Copy code
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.