are there any obvious reasons why (timbre/error "X") would work in a cljs file but (timbre/debug "Y") doesn't, even after (timbre/set-level! :trace) is called in the same ns
(timbre/error "X")
(timbre/debug "Y")
(timbre/set-level! :trace)