You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IIRC errors are captured even without failAction, e.g. in case of internal server errors, internal accept-encoding errors, or failed requests. In such cases, the event's error object is available via the err property.
I'm completely new to Hapi, I'm just trying to contribute to another project that uses it.
If I am using
hapi-pino
, is it useful to have a defaultroute.options.response.failAction
like the following:Or without this default
failAction
, will errors still be captured byhapi-pino
?The text was updated successfully, but these errors were encountered: