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
I'm wondering the reason behind this, because I need to discern which logs to transport for proper error processing (i.e. needing to send to a system like Sentry or Raygun, or even simple log filtering for errors by level) - and lowering that threshold to warn doesn't sound correct to me. Curious if I'm misunderstanding something
The text was updated successfully, but these errors were encountered:
The readme correctly asserts the logger issues a log of a thrown error with the level
warn
(also see: https://github.com/pinojs/hapi-pino/blob/master/index.js#L81-L87)I'm wondering the reason behind this, because I need to discern which logs to transport for proper error processing (i.e. needing to send to a system like Sentry or Raygun, or even simple log filtering for errors by level) - and lowering that threshold to
warn
doesn't sound correct to me. Curious if I'm misunderstanding somethingThe text was updated successfully, but these errors were encountered: