Fork me on GitHub
#timbre
<
2017-11-24
>
jiangts02:11:44

Hi, noob question here

jiangts02:11:06

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

jiangts02:11:34

I’m doing

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