I have an embedded Jetty server running on Heroku, and I want it to print request logs to STDOUT so I can capture device, IP, etc data.
I can see how to configure NCSARequestLog to log to a file, but I can't find any way to redirect that to STDOUT.
How can I log request information from an embedded Jetty server to STDOUT?