I think we should change the event that is emitted from request.log(). Currently, "request" is emitted multiple times per request so if your client is only interested in the call to log, they need to do some filtering.
Maybe "requestlog" or something.
Relates to hapijs/good#190
I think we should change the event that is emitted from
request.log(). Currently, "request" is emitted multiple times per request so if your client is only interested in the call tolog, they need to do some filtering.Maybe "requestlog" or something.
Relates to hapijs/good#190