-
Notifications
You must be signed in to change notification settings - Fork 180
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
try to update to new middleware #5740
Conversation
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.
looks good. Thanks for the improvement!
I think the lint error can be fixed by updating line 16 with logging.LevelDebug
Co-authored-by: Peter Argue <89119817+peterargue@users.noreply.github.com>
fixed linter and applies suggestions. PTAL. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5740 +/- ##
==========================================
+ Coverage 56.00% 63.71% +7.70%
==========================================
Files 1024 103 -921
Lines 99327 11665 -87662
==========================================
- Hits 55632 7432 -48200
+ Misses 39455 3495 -35960
+ Partials 4240 738 -3502
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Updating the grpc middleware to v2.1.0 and use the new code for the logging interceptor.
note that the
was removed in the stable api because "it was not beeing used", if this is used here and we want to do this we have to put the fields into context and then inject them in.
Fixes #5739