boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
nitaai 2020-07-07T08:39:17.050300Z

I have not been successful to get rid of:

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.
I have tried to put the recommended org.slf4j/slf4j-nop to various places, such as: • boot.repl/default-dependencias in profile.bootbuild.boot in my project • start boot with boot -d org.slf4j/slf4j-nop:1.7.30 any idea?