-
Notifications
You must be signed in to change notification settings - Fork 5k
Replace global loggers with local logger #13 #45720
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
|
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
|
Pinging @elastic/obs-ds-hosted-services (Team:obs-ds-hosted-services) |
|
This pull request doesn't have a |
|
Pinging @elastic/sec-windows-platform (Team:Security-Windows Platform) |
pickypg
left a comment
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.
LGT SM
* Replace global loggers with local logger #13 (cherry picked from commit 8df1efe) # Conflicts: # NOTICE.txt # filebeat/input/redis/redis_integration_test.go # go.mod # go.sum # x-pack/filebeat/input/http_endpoint/input.go # x-pack/metricbeat/module/sql/query/dsn.go # x-pack/metricbeat/module/sql/query/dsn_test.go
* Replace global loggers with local logger elastic#13
* Replace global loggers with local logger #13 (cherry picked from commit 8df1efe) # Conflicts: # NOTICE.txt # filebeat/input/redis/redis_integration_test.go # go.mod # go.sum # metricbeat/mb/module/example_test.go # metricbeat/module/mongodb/collstats/collstats.go # metricbeat/module/mongodb/dbstats/dbstats.go # metricbeat/module/mongodb/metrics/metrics.go # x-pack/filebeat/input/entityanalytics/provider/activedirectory/conf.go # x-pack/filebeat/input/http_endpoint/input.go # x-pack/filebeat/input/http_endpoint/input_test.go # x-pack/filebeat/input/lumberjack/server.go # x-pack/metricbeat/module/sql/query/dsn.go # x-pack/metricbeat/module/sql/query/dsn_test.go
* Replace global loggers with local logger #13 (cherry picked from commit 8df1efe) # Conflicts: # NOTICE.txt # filebeat/input/redis/redis_integration_test.go # go.mod # go.sum # metricbeat/mb/module/example_test.go # metricbeat/module/mongodb/collstats/collstats.go # metricbeat/module/mongodb/dbstats/dbstats.go # metricbeat/module/mongodb/metrics/metrics.go # x-pack/filebeat/input/http_endpoint/input.go # x-pack/filebeat/input/http_endpoint/input_test.go # x-pack/metricbeat/module/sql/query/dsn.go # x-pack/metricbeat/module/sql/query/dsn_test.go
…46079) * Replace global loggers with local logger #13 (#45720) * Replace global loggers with local logger #13 (cherry picked from commit 8df1efe) # Conflicts: # NOTICE.txt # filebeat/input/redis/redis_integration_test.go # go.mod # go.sum # metricbeat/mb/module/example_test.go # metricbeat/module/mongodb/collstats/collstats.go # metricbeat/module/mongodb/dbstats/dbstats.go # metricbeat/module/mongodb/metrics/metrics.go # x-pack/filebeat/input/http_endpoint/input.go # x-pack/filebeat/input/http_endpoint/input_test.go # x-pack/metricbeat/module/sql/query/dsn.go # x-pack/metricbeat/module/sql/query/dsn_test.go * fix conflicts * remove dsn_test.go * make check --------- Co-authored-by: Khushi Jain <[email protected]>
Proposed commit message
This PR updates
elastic-agent-libsand accomodates the logger changes made in this PR elastic/elastic-agent-libs#334Checklist
CHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.Related issues