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?
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.