Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instrument the API with better error logging #190

Open
dpopp07 opened this issue Aug 15, 2018 · 0 comments
Open

Instrument the API with better error logging #190

dpopp07 opened this issue Aug 15, 2018 · 0 comments

Comments

@dpopp07
Copy link
Collaborator

dpopp07 commented Aug 15, 2018

In order to debug potential server errors (not that I would ever write buggy code), we should be utilizing the logger to print more verbose messages about errors caught in the API.

We probably want verbose logging statements:

  • In the global error handling middleware
  • In any errors we catch, to give more information about them (MAYBE)
  • In any places that could provide useful info for debugging, like some variables that are relevant (MAYBE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant