I just run the rump tutorial to create a unikernel for nginx to deliver static content.
The tutorial works perfectly, but I have a questions about logging. The unikernel is sending all the error logs to stderr
(and therefore is captured by the qemu
output terminal) but the access logs are sent to /dev/null.
How can I capture the nginx access_log in for this case ?