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

Server: Improve error logging #652

Merged
merged 1 commit into from
Sep 13, 2022
Merged

Conversation

jaymell
Copy link
Contributor

@jaymell jaymell commented Sep 13, 2022

Ensure that all server-side errors are logged at error level.
Also fix spelling error.

Ensure that all server-side errors are
logged at error level.
@jaymell
Copy link
Contributor Author

jaymell commented Sep 13, 2022

Note that these changes will cause >1 error log per error in cases where the error is already logged before returning response. The goal here is to avoid ever missing 500 errors in DEBUG level logs.

@svix-james svix-james merged commit 6e01348 into svix:main Sep 13, 2022
@jaymell jaymell deleted the http-error-logging branch September 13, 2022 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants