-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Log the remote that generates request errors #10332
base: master
Are you sure you want to change the base?
Conversation
Currently we only log that a request error occurred with no information about which remote the error came from. This made it quite difficult to find the offending remote
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #10332 +/- ##
=======================================
Coverage 98.77% 98.77%
=======================================
Files 122 122
Lines 37038 37038
Branches 2041 2041
=======================================
Hits 36585 36585
Misses 314 314
Partials 139 139
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
CodSpeed Performance ReportMerging #10332 will not alter performanceComparing Summary
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good addition, thanks!
What do these changes do?
Currently we only log that a request error occurred with no information about which remote the error
came from. This made it quite difficult to find
the offending remote
Are there changes in behavior for the user?
The remote address is now found in the logs
Is it a substantial burden for the maintainers to support this?
no
Related issue number
#10331