Hi Everyone, I just started to learn about unikernels. I am really enjoying learning about rump unikernels.
I started reading documentation and with the tutorial to deliver a nginx static server <https://github.com/rumpkernel/wiki/wiki/Tutorial%3A-Serve-a-static-website-as-a-Unikernel> which worked very well. But I have two questions related to the rump unikernels: 1 - This example sets the access_log to /dev/null, and the error_log is redirected to stderr which is displayed in the qemu terminal. How can I have access to the access_log ? (you can also view this question in stackoverflow <http://stackoverflow.com/questions/36706926/rump-unikernel-nginx-logs>) 2 - Many applications generates information that requires persistence. How could I enable persistence in a rump unikernel ? Thanks in advance! Regards, Ruben
