CodeWithAsheville / court-notifications

GNU General Public License v3.0
11 stars 10 forks source link

1/19/2022: Make sure all error log messages have code context included #125

Closed ejaxon closed 2 years ago

ejaxon commented 2 years ago

I just got a Rollbar notification of an error ("connect ETIMEDOUT 199.120.167.45:443") which I can't really do anything about since I've no idea where it was generated.

We just need to go through and make sure that every logged error has sufficient information to know where it happened in the code.

ejaxon commented 2 years ago

Done in main branch and merged back through the others.