@jiangts has joined the channel
Hi, noob question here
I’m using timbre in CLJS and can’t figure out how to get timbre to log anything below the :info log level
I’m doing
(timbre/set-level! :debug)
(timbre/debug "ping ping ping")
and nothing is printing in CLJS