Hello! When I start nREPL from a terminal then some output (println, System.out.print etc) will go to that terminal. Is there a way for the output to go also to the connected client so that I can only focus on the REPL window in my editor and don't need to check the terminal in addition to that? Thank you!
There's a cider middleware which can capture System out
I am actually also interested if there’s a non-CIDER option.
I vaguely remember something about rebinding *out*
, but not sure.