Skip to content
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

Remove verbose debug logs from acker #39672

Merged
merged 2 commits into from
May 23, 2024

Conversation

belimawr
Copy link
Contributor

Proposed commit message

Remove some debug log entries about acked events. Those log entries turn out to be very verbose and of very little use. They do not carry any information about the acked events, and we already have metrics about acked events in the 30s metrics and monitoring HTTP endpoint.

Checklist

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files
  • I have added tests that prove my fix is effective or that my feature works
  • I have added an entry in CHANGELOG.next.asciidoc or CHANGELOG-developer.next.asciidoc.

## Disruptive User Impact
## Author's Checklist

How to test this PR locally

  1. Build Filebeat from this PR
  2. Start Filebeat with filestream or log input configured and debug logs enabled (at least the acker selector)
  3. Assert no stateful ack ... or stateless ack ... messages are logged

## Related issues
## Use cases
## Screenshots
## Logs

@belimawr belimawr added skip-ci Skip the build in the CI but linting backport-skip Skip notification from the automated backport with mergify Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team labels May 22, 2024
@belimawr belimawr self-assigned this May 22, 2024
@belimawr belimawr requested a review from a team as a code owner May 22, 2024 13:40
@belimawr belimawr requested review from faec and leehinman May 22, 2024 13:40
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label May 22, 2024
@elasticmachine
Copy link
Collaborator

Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane)

@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label May 22, 2024
Remove some debug log entries about acked events. Those log entries
turn out to be very verbose and of very little use. They do not carry
any information about the acked events, and we already have metrics
about acked events in the 30s metrics and monitoring HTTP endpoint.
@belimawr belimawr removed the skip-ci Skip the build in the CI but linting label May 22, 2024
@cmacknz cmacknz added the backport-v8.14.0 Automated backport with mergify label May 22, 2024
@pierrehilbert pierrehilbert merged commit 62b4c18 into elastic:main May 23, 2024
18 checks passed
mergify bot pushed a commit that referenced this pull request May 23, 2024
Remove some debug log entries about acked events. Those log entries
turn out to be very verbose and of very little use. They do not carry
any information about the acked events, and we already have metrics
about acked events in the 30s metrics and monitoring HTTP endpoint.

(cherry picked from commit 62b4c18)
belimawr added a commit that referenced this pull request May 23, 2024
Remove some debug log entries about acked events. Those log entries
turn out to be very verbose and of very little use. They do not carry
any information about the acked events, and we already have metrics
about acked events in the 30s metrics and monitoring HTTP endpoint.

(cherry picked from commit 62b4c18)

Co-authored-by: Tiago Queiroz <tiago.queiroz@elastic.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-skip Skip notification from the automated backport with mergify backport-v8.14.0 Automated backport with mergify Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants