-
Notifications
You must be signed in to change notification settings - Fork 5k
[Chore] Replace global logger with local logger #11 #45285
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
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
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.
Thanks a lot for updating the tests in Filestream @khushijain21!!
I only looked at the Filestream part, it looks great!
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.
LGTM
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.
The Kubernetes module and processor changes LGTM.
@khushijain21 There is a syntax error that fails the CI now, once fixed I can also review. |
This pull request is now in conflicts. Could you fix it? 🙏
|
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.
SSI-owned files LGTM
@rdner can you take a look now? |
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 now.
Thank you very much for doing this!
* [Chore] Replace global logger with local logger #11 (cherry picked from commit 1a9498d) # Conflicts: # filebeat/input/filestream/config.go # filebeat/input/filestream/filestream_test.go # filebeat/input/filestream/input.go # libbeat/cfgfile/reload_test.go # libbeat/otelbeat/oteltranslate/outputs/elasticsearch/config_otel_test.go # x-pack/libbeat/outputs/otelconsumer/otelconsumer.go
Proposed commit message
With this PR - except
libbeat/autodiscover
andlibbeat/plugin
- all libbeat folder are global logger free.Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues