As of Hapi17 calls to server.log that pass an error instances as the data will append the error to event.error and not event.data. As such this needs to be captured by good's ServerLog class.
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.
As of Hapi17 calls to
server.log
that pass an error instances as the data will append the error toevent.error
and notevent.data
. As such this needs to be captured by good'sServerLog
class.