Rump unikernel nginx logs

73 Views Asked by At

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 ?

1

There are 1 best solutions below

0
On

I found the answer to my question. According to the Wiki logging is currently available using remote syslog.