From Clojure project directory, M-x cider-jack-in
starts the nREPL server and the Cider REPL. in the latter:
(clojure.tools.logging/info "hello")
does not output anything in the server buffer,- but
(clojure.tools.logging/warn "hello")
does.
am i missing a configuration? very new to Clojure development...