-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Libbeat] Use *logp.Logger in libbeat processors #16654
Conversation
Thanks for the help! I think the build is broken because of this |
Yep! Thanks! I think I fixed several unit tests (not sure if I'm still missing any, CI will tell 😬). |
CI failure is caused by #16718, not related to this PR. |
What does this PR do?
This PR is to improve logging in libbeat processors by add
*logp.Logger
in structures, replacelogp.Debug/Info/Warn/...
withf
variants and remove debug parameters.Please see #15699 for more details.