I'd like to see a nice log with short info about each request to my server, for use during development. I've seen the documentation on http://hapijs.com/api#request-logs, but I couldn't understand enough of it to get it working.
What should I pass as the config
object when I create the server? Should I then listen to events and log them or does it happen automatically? How do I log all the requests, and not just the errors?
I'd like to avoid installing logging libraries.