-
Notifications
You must be signed in to change notification settings - Fork 5k
Accomodate logger changes from tlscommon package
#46308
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:
|
tlscommon package
|
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/security-service-integrations (Team:Security-Service Integrations) |
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
|
Pinging @elastic/obs-ds-hosted-services (Team:obs-ds-hosted-services) |
michel-laterman
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.
can you add comments to silence the linter (for errcheck)?
Co-authored-by: Dan Kortschak <[email protected]>
We are avoiding doing this here since the PR is already big. Maybe we can take it up in a separate issue |
efd6
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.
LGTM
There is no proposed commit message. Please don't just use the GitHub generated text from the eight commits here.
This PR accommodates breaking changes made in elastic-agent-libs . It effectively uses local logger in place of global ones (cherry picked from commit 0788d61) # Conflicts: # x-pack/filebeat/input/awss3/decoding_parquet.go # x-pack/filebeat/input/awss3/s3_objects.go # x-pack/filebeat/input/azureblobstorage/decoding.go # x-pack/filebeat/input/azureblobstorage/job.go # x-pack/filebeat/input/gcs/job.go
This PR accommodates breaking changes made in elastic-agent-libs . It effectively uses local logger in place of global ones (cherry picked from commit 0788d61) # Conflicts: # x-pack/filebeat/input/awss3/decoding_parquet.go # x-pack/filebeat/input/awss3/s3_objects.go # x-pack/filebeat/input/azureblobstorage/decoding.go # x-pack/filebeat/input/azureblobstorage/job.go # x-pack/filebeat/input/gcs/job.go
…ckage (#46426) * Accomodate logger changes from `tlscommon` package (#46308) This PR accommodates breaking changes made in elastic-agent-libs . It effectively uses local logger in place of global ones (cherry picked from commit 0788d61) # Conflicts: # x-pack/filebeat/input/awss3/decoding_parquet.go # x-pack/filebeat/input/awss3/s3_objects.go # x-pack/filebeat/input/azureblobstorage/decoding.go # x-pack/filebeat/input/azureblobstorage/job.go # x-pack/filebeat/input/gcs/job.go * fix conflict * fix ci --------- Co-authored-by: Khushi Jain <[email protected]>
…kage (#46427) * Accomodate logger changes from `tlscommon` package (#46308) This PR accommodates breaking changes made in elastic-agent-libs . It effectively uses local logger in place of global ones (cherry picked from commit 0788d61) # Conflicts: # x-pack/filebeat/input/awss3/decoding_parquet.go # x-pack/filebeat/input/awss3/s3_objects.go # x-pack/filebeat/input/azureblobstorage/decoding.go # x-pack/filebeat/input/azureblobstorage/job.go # x-pack/filebeat/input/gcs/job.go * fix conflicts * fix ci --------- Co-authored-by: Khushi Jain <[email protected]>
Proposed commit message
This PR accommodates breaking changes made in elastic-agent-libs . It effectively uses local logger in place of global ones
Checklist
CHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.Related issues