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
:info
I’m doing
(timbre/set-level! :debug) (timbre/debug "ping ping ping")