timbre

jiangts 2017-11-24T02:01:44.000002Z

Hi, noob question here

jiangts 2017-11-24T02:02:06.000123Z

I’m using timbre in CLJS and can’t figure out how to get timbre to log anything below the :info log level

jiangts 2017-11-24T02:02:34.000105Z

I’m doing

(timbre/set-level! :debug)
(timbre/debug "ping ping ping")
and nothing is printing in CLJS