I'm using Timbre for logging in Clojure. When I connect to a production instance via nREPL, I can't see the process logs unless I SSH into the machine and run journalctl
.
How can I multiplex Timbre logs so that they are visible in the nREPL?
I suspect I need to alter the *out*
var.