nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
2020-01-03T07:40:04.012Z

I am using VSCode / Calva with nrepl, and when I use clojure.tools.logging in the default configuration the log messages (despite going to stdout) do not appear in my nrepl buffer. If I switch to taoensso.timbre they do appear. Is this normal or does it sound like I have configured it incorrectly?

pez 2020-01-03T08:29:26.014400Z

This is probably a question for #calva-dev , but anyway, interesting that timbre gets them routed. There is a setting in Calva for where async stdout should go.

1