clj 1.10.1.693 (prerelease) is now available: • Classpath ordering changes. Classpath will always now be ordered extra-paths, paths, then libs. Libs are ordered by tree depth, then alpha. These changes both revert some ordering changes in the last stable release and go further in defining a reproducible classpath order. • clj -Stree re-enabled for now while we decide on best way to convey classpath-changing options to -Stree and -Spom • Windows scripts updated to latest • This prerelease version should be considered a release candidate for the next stable version! If you try it and have feedback, please leave it in #tools-deps
Hi all, i’ve just released https://github.com/BrunoBonacci/mulog v0.5.0 with the following changes/fixes • new Prometheus publisher (thanks @brandon746) • Now with 10+ publishers • fixes to namespace tracking (thanks @ddouglass) • Zipkin publisher support for external trace ids • Updated dependencies. Online doc on cljdoc: https://cljdoc.org/d/com.brunobonacci/mulog/0.5.0/doc/readme
Nice! I’ve been working on a new CLJ/S project and have configured my logging, but this has me curious. Do you see this used in combination with something like clojure.tools.logging
or as a replacement? The “Motivation” section of your docs has me thinking they work together.
Apologies if this is not a great place to start this convo. Let me know if there is a better place. Thanks again, the library looks great!
Hi, in https://cljdoc.org/d/com.brunobonacci/mulog/0.5.0/doc/f-a-q-#q-can-i-use-%CE%BClog-as-the-sole-logging-library-and-send-my-traditional-logging-to-it I discuss my point of view on this.
TL;DR> Although possible, there are even supporting libraries, is something that in the general case I wouldn’t recommend. But every case is different so you are free to try and see how does it work for you.
Great. I can see this as a nice way to instrument the code with metrics and not be bound to a single provider library like iapetos - (Not a knock against this library - it works well)
A simple response unifier v0.1.0 has been released. The next generation of clj-unifier. Any feedback welcome. https://github.com/anywhere-ninja/unifier
Thanks!
For what it's worth, I don't really know what a response unifier is or why I would want one, and I didn't really feel clearer on it after looking at the readme 🤷