boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
dave 2018-06-23T11:28:34.000019Z

is anyone else seeing slf4j output when using boot 2.8.0?

$ BOOT_VERSION=2.7.2 boot -P repl
nREPL server started on port 46677 on host 127.0.0.1 - <nrepl://127.0.0.1:46677>
REPL-y 0.3.7, nREPL 0.2.12
...

$ BOOT_VERSION=2.8.0 boot -P repl
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.
nREPL server started on port 39471 on host 127.0.0.1 - <nrepl://127.0.0.1:39471>
REPL-y 0.3.7, nREPL 0.2.13
...

manas_marthi 2018-06-23T11:43:20.000099Z

Log4j config file missing isn't it?

manas_marthi 2018-06-23T11:44:38.000072Z

I faced this while trying log4j 2. I solved this by adding log4j2 to deps, adding logger config xml in the source folder root