This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-08-30
Channels
- # adventofcode (4)
- # aleph (1)
- # announcements (6)
- # babashka (11)
- # beginners (63)
- # calva (73)
- # clj-kondo (9)
- # clj-on-windows (20)
- # cljdoc (8)
- # cljsrn (4)
- # clojure (48)
- # clojure-europe (20)
- # clojure-italy (1)
- # clojure-nl (11)
- # clojure-spec (11)
- # clojure-uk (3)
- # clojurescript (32)
- # cloverage (1)
- # conjure (1)
- # cryogen (5)
- # datomic (83)
- # fulcro (28)
- # graphql (23)
- # gratitude (4)
- # helix (15)
- # honeysql (4)
- # improve-getting-started (14)
- # introduce-yourself (3)
- # jackdaw (5)
- # kaocha (11)
- # leiningen (1)
- # malli (1)
- # meander (5)
- # off-topic (18)
- # pathom (17)
- # pedestal (6)
- # polylith (15)
- # practicalli (1)
- # quil (2)
- # reitit (4)
- # releases (6)
- # shadow-cljs (38)
- # sql (20)
- # testing (6)
- # timbre (5)
- # tools-deps (11)
- # vim (2)
I wanted to poke https://github.com/lambdaisland/kaocha/issues/237 since it’s a bit of a pain point for us at work, Could the issue at least be reopened?
Thanks for bringing this up! Are you having the same issue as Andrea (all logs are printed to stdout; using clojure.tools.logging
) or is it logs originating in Java code that aren't being captured?
We’re having the same issue as Andrea. We’re using pedestal’s logging which works via slf4j, and we’re using logback as the implementation. We’re calling pedestal’s API in clojure, but the logs are likely being actually written in java code in the logback dependency
Ahh yes, I reproduced the issue in one of our repositories for a client that uses ch.qos.logback.core.ConsoleAppender
. I think you're right about needing to use setOut
/ setErr
.
I can probably start on a fix soon, unless you'd be interested in submitting a PR?
I also advertised the issue at my company, so it’s possible that someone else might take a stab at it, but I wouldn’t let that get in your way
Okay. I often try to prioritize fixes like this (small and addressing a glaring bug), so I'll probably do it over the next few days.
@U01EB0V3H39 since your company seems to depend on Kaocha but is not able to make a contribution, maybe consider pointing them at our OpenCollective : https://opencollective.com/lambda-island
We are also happy to work with you directly to help improve your use of Kaocha https://twitter.com/plexus/status/1432335357429829634