Hi, did anyone use https://github.com/BrunoBonacci/mulog? I wonder how you combine it with Clojurescript-tracing?!
Just for comparability what would you use if this did not exist?
For logging probably timbre?
Just clj.tools.logging and logback
(for the logging part)
It’s not too difficult to roll structured logs on top of c.t.l and whatever flavor of Java backend you want. That’s what we’ve done but are giving mulog
a go to see how it feels.