1

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

nymo
  • 532
  • 1
  • 5
  • 14
  • 1
    `logging/info` from a Clojure file does output properly though... – nymo Jan 23 '20 at 16:21
  • 1
    Do you have a log4j.properties file on your classpath? What is its contents? Do you have anything else setting log4j settings? – bfabry Jan 23 '20 at 18:29

0 Answers0