I am using emacs for clojure development. I use M-X cider-jack-in
for repl.
When i ran my jetty server with one handler for file-upload, i saw that file-upload was not working.
But repl was not showing any pprint
logs.
I switched to console and did lein repl
.
After i did the workflow again, i saw the request logs and exception.
I wasted a lot of time in thinking what was going wrong.
can we enable that logging would be directed to repl ?