Skip to content

🐛 fix(CLI): Change level for plugin discovery log to debug#5595

Open
vitorfloriano wants to merge 1 commit intokubernetes-sigs:masterfrom
vitorfloriano:fix-plugin-discovery-log
Open

🐛 fix(CLI): Change level for plugin discovery log to debug#5595
vitorfloriano wants to merge 1 commit intokubernetes-sigs:masterfrom
vitorfloriano:fix-plugin-discovery-log

Conversation

@vitorfloriano
Copy link
Copy Markdown
Contributor

@vitorfloriano vitorfloriano commented Apr 9, 2026

This PR changes the log for when a plugin is discovered by Kubebuilder to DEBUG level.

Fixes #5597

The log for when a plugin is discovered by
Kubebuilder is now at the debug level.
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Apr 9, 2026
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: vitorfloriano
Once this PR has been reviewed and has the lgtm label, please assign camilamacedo86 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Apr 9, 2026
}

slog.Info("Adding external plugin", "plugin name", ep.Name())
slog.Debug("Adding external plugin", "plugin name", ep.Name())
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be great if when we run any command if we have plugins, external plugins we be aware of.
The external plugins change the behaviour so it is important we know what.

How we could do that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CLI] Plugin discovery INFO log always shown in completion

3 participants