timbre

nivekuil 2024-01-02T00:05:45.225349Z

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 Taoussanis 2024-01-02T09:48:39.783799Z

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 👍

nivekuil 2024-01-02T18:08:12.871999Z

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