I use Nuxt with SSR and would like to have something similar to apaches access.log and error.log
Especially I'm interested in the response time for each call.
I couldn't find anything in the nuxt documentation. Do I have to implement this feature on my own?