Closed frankthelen closed 6 years ago
Ok, just seen PRs #566 and #558. So, I close this one. :-)
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.
Hello,
I am wondering why it is not possible to have
request.auth
(as set by auth plug-ins such as "hapi-basic-auth" or "hapi-auth-jwt2") added to the good request logging.In case I missed something, this is what I looked at:
includes.request
andincludes.response
only support valuesheaders
andpayload
request
object -- understandableI think, it makes sense to allow an option
auth
with both config options,includes.request
andincludes.response
.If you don't have time to do it, let me know, I'd be happy to contribute.
Kind regards.