Fork me on GitHub
#nrepl
<
2020-01-03
>
sjharms07:01:04

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?

pez08:01:26

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.

thanks 4