Alex Chalk

Results 35 comments of Alex Chalk
trafficstars

Thanks for the quick reply. I've taken a look at `report.clj` and done some `println` debugging: Expectations diverges from clojure-test here: https://github.com/lambdaisland/kaocha/blob/0fef3a3079bd2d2132fa4ba87a65874eecdc0060/src/kaocha/report.clj#L241-L249 The if passes for clojure-test but not for...

This was pretty short so I just submitted the PR. Tests pass locally, but it's failing one that seems unrelated in CI.

Thanks for the detailed info @ptaoussanis! You might want to look at how logback (https://logback.qos.ch/) implements this, as I'm able to configure separate log levels for `org.eclipse.jetty` etc. using that....

@ptaoussanis yep, `(t/set-min-level! nil "ring.logger*" :error)` now works, thanks so much!