1

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 ?

Tk421
  • 6,196
  • 6
  • 38
  • 47

1 Answers1

0

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

Tk421
  • 6,196
  • 6
  • 38
  • 47