I am using a Java library in Clojure. It does output many things directly to the console using System.out.println.
I am using the latest Cider with Emacs. I am starting Cider with cider-jack-in. However, I can see these outputs. I thought they would be copied to the nrepl-server buffer, but it is not.
I also tried to run (alter-var-root #'*out* (constantly *out*)) in the REPL, but no success.
What am I missing in how this should be done, if it can be done at all.