-
Notifications
You must be signed in to change notification settings - Fork 564
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
Add logging options to jaeger.sampler #2566
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2566 +/- ##
=====================================
Coverage 69.6% 69.6%
=====================================
Files 147 147
Lines 6785 6790 +5
=====================================
+ Hits 4725 4730 +5
Misses 1944 1944
Partials 116 116
|
How about using the logr interface instead of a custom-made logger that will only be used here? |
While only using the |
I second the recommendation to use |
I agree to use a unified logging interface... |
I'm not sure I understand the concern. The |
I'm not sure I understand it correctly.
The end-user needs to clearly understand the
|
@dmathieu @Aneurysm9 PTAL. Should I add changelog or use skiplog label? |
default use NullLogger
…rib into sampler/log
@MrAlias I think I addressed all of your concerns. PTAL |
Please restore the dependabot configuration: #2566 (comment) |
Sorry, I forgot to commit it. It has been restored. PTAL |
Add logging options to jaeger.sampler.
#2259