fix(logging): access log level is set to debug#791
Conversation
Client errors are still warning, and server error is still error.
|
There was a problem hiding this comment.
Pull request overview
This PR simplifies the HTTP access logging configuration by removing redundant conditional logic and setting the default access log level to Debug, while maintaining Warning level for client errors (4xx) and Error level for server errors (5xx).
Changes:
- Removed conditional check that duplicated logging configuration
- Changed default access log level from Info to Debug for successful requests
- Removed unused
contextimport
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
✅ All tests successful. No failed tests were found. 📣 Thoughts on this report? Let Codecov know! | Powered by Codecov |
|
Codecov Report❌ Patch coverage is
|



Client errors are still warning, and server error is still error.
Closes #787