Fork me on GitHub
#boot
<
2020-07-07
>
nitaai08:07:17

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  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?