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.boot
• build.boot
in my project
• start boot with boot -d org.slf4j/slf4j-nop:1.7.30
any idea?