Fork me on GitHub
#timbre
<
2024-01-02
>
nivekuil00:01:45

does timbre support compile-time elision in clojurescript, like something set through shadow-cljs's :closure-defines? https://shadow-cljs.github.io/docs/UsersGuide.html#closure-defines

1
Peter Taoussanis09:01:39

Hi there - yes, Timbre supports compile-time elision for both Clojure and ClojureScript, see the https://github.com/taoensso/timbre/wiki/1-Getting-started#compile-time-elision for details 👍

nivekuil18:01:12

ah, I missed the lein cljsbuild once line. The env var workflow feels a bit strange to me, I'm used to configuring this kind of stuff in shadow-cljs.edn . I guess the shadow-cljs server could be launched with jvm properties, would have to think about how to set that

👍 1