Fork me on GitHub
#cider
<
2022-01-05
>
winsome22:01:43

Is there a way to get my logs to show up in the repl? I'm using clojure.tools.logging with logback-classic, with a logback.xml that has <appender-ref ref="STDOUT" />

winsome22:01:53

Logging definitely works to stdout after I've built it, but I'd love to see the output while I'm developing

vemv23:01:03

If you fire up a vanilla repl with no cider in it, does the logging go to stdout / is visible through that vanilla repl?