-
Notifications
You must be signed in to change notification settings - Fork 670
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
Use logger with formatter #4747
Conversation
Signed-off-by: Andrew Dye <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #4747 +/- ##
==========================================
- Coverage 58.18% 58.18% -0.01%
==========================================
Files 626 626
Lines 53833 53833
==========================================
- Hits 31322 31321 -1
- Misses 20003 20004 +1
Partials 2508 2508
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
Signed-off-by: Andrew Dye <[email protected]>
Thanks @Future-Outlier. Oversight on my part. Updated PR and description. |
Why are the changes needed?
Fixed a bunch of places where we weren't using the correct logger function, i.e.,
logger.Error(...)
instead oflogger.Errorf(...)
Before
After
How was this patch tested?
Check all the applicable boxes