We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the logger logs a response with a status code < 200 it is coloured red:
gin/logger.go
Lines 81 to 95 in c2ba8f1
Http status codes under 200 are informative rather than errors. Would it be better for < 200 to be white?
I notice this with web socket switching: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/101
The text was updated successfully, but these errors were encountered:
@maggie44 I've raised a PR for this. Please review and approve it: #3741
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
When the logger logs a response with a status code < 200 it is coloured red:
gin/logger.go
Lines 81 to 95 in c2ba8f1
Http status codes under 200 are informative rather than errors. Would it be better for < 200 to be white?
I notice this with web socket switching: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/101
The text was updated successfully, but these errors were encountered: