This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-09-22
Channels
- # announcements (11)
- # architecture (7)
- # babashka (26)
- # beginners (314)
- # calva (20)
- # chlorine-clover (1)
- # cider (5)
- # circleci (27)
- # clara (6)
- # clj-kondo (41)
- # cljsrn (6)
- # clojure (120)
- # clojure-berlin (2)
- # clojure-czech (2)
- # clojure-dev (4)
- # clojure-europe (45)
- # clojure-france (4)
- # clojure-germany (1)
- # clojure-nl (5)
- # clojure-uk (20)
- # clojuredesign-podcast (8)
- # clojurescript (6)
- # conjure (42)
- # datascript (5)
- # datomic (21)
- # deps-new (28)
- # duct (1)
- # fulcro (36)
- # graalvm (10)
- # graphql (24)
- # jackdaw (19)
- # jobs (2)
- # jobs-discuss (46)
- # kaocha (6)
- # malli (26)
- # off-topic (21)
- # parinfer (5)
- # re-frame (10)
- # sci (19)
- # shadow-cljs (95)
- # tools-deps (24)
- # vim (3)
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