NebraLtd / hm-pyhelper

A helper module used across various Nebra repos to reduce redundant features.
https://nebra.io/hmpyhelper
MIT License
8 stars 16 forks source link

Revisit error() logging to reduce traffic to sentry #169

Open pritamghanghas opened 2 years ago

pritamghanghas commented 2 years ago

We need to revisit how we often we use error() level logging and reduce it by dropping to warning() whenever possible. Use these guidelines to make the decision.

Acceptance Criteria