i can set log level fine in clojure code, but cannot do it in clojurescript...using: (log/set-level! :debug) (log/merge-config! {:level :debug}) but neither do anything? I'm hoping to set the log level to :debug for use with figwheel and repl... possible?