Skip to content
Snippets Groups Projects
Unverified Commit be9740ca authored by metamben's avatar metamben Committed by GitHub
Browse files

Enable Clojure logging in the browser (#43959)

Messages at INFO level and higher will appear in the browser console.
parent dc461415
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@
:compiler-options {:reader-features #{:cljs-dev}}}
:compiler-options {:reader-features #{:cljs-release}
:source-map true}
:closure-defines {goog.debug.LOGGING_ENABLED true}
:entries [metabase.lib.column-group
metabase.lib.js
metabase.lib.limit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment