chore: fix formatting issues in logp printf-style calls#9757
Merged
khushijain21 merged 1 commit intoelastic:mainfrom Sep 5, 2025
Merged
chore: fix formatting issues in logp printf-style calls#9757khushijain21 merged 1 commit intoelastic:mainfrom
khushijain21 merged 1 commit intoelastic:mainfrom
Conversation
Contributor
|
This pull request does not have a backport label. Could you fix it @khushijain21? 🙏
|
Contributor
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
|
Contributor
💛 Build succeeded, but was flaky
Failed CI Steps |
mauri870
approved these changes
Sep 5, 2025
belimawr
approved these changes
Sep 5, 2025
Member
|
Strange that CI did not complain about this single case in my previous PR. Thanks for fixing it! |
ycombinator
approved these changes
Sep 5, 2025
Contributor
|
@Mergifyio backport 9.0 9.1 |
Contributor
✅ Backports have been createdDetails
|
mergify bot
pushed a commit
that referenced
this pull request
Sep 5, 2025
(cherry picked from commit a47be25)
mergify bot
pushed a commit
that referenced
this pull request
Sep 5, 2025
(cherry picked from commit a47be25)
6 tasks
mergify bot
pushed a commit
that referenced
this pull request
Sep 5, 2025
(cherry picked from commit a47be25)
This was referenced Sep 5, 2025
khushijain21
added a commit
that referenced
this pull request
Sep 5, 2025
khushijain21
added a commit
that referenced
this pull request
Sep 5, 2025
khushijain21
added a commit
that referenced
this pull request
Sep 5, 2025
intxgo
pushed a commit
to intxgo/elastic-agent
that referenced
this pull request
Sep 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Proposed commit message
This PR fixes fatal go vet errors on calls to logp functions. Release v0.22.1 of elastic-agent-libs enabled proper go vet support for printf style calls in logp, and that uncovered many misuses of printing directives.
Checklist
CHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.How to test
Related issues