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

fix(kube): use logger instead of fmt.Printf #8437

Merged
merged 1 commit into from Jul 13, 2020

Conversation

hiddeco
Copy link
Contributor

@hiddeco hiddeco commented Jul 13, 2020

This seemed to be the only place where fmt.Printf was used instead of Log or fmt.Fprintf(out, ...). Given Log is available within the client, accepting this PR would give consumers better control over how things are printed during test runs.

@helm-bot helm-bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jul 13, 2020
Signed-off-by: Hidde Beydals <hello@hidde.co>
@stefanprodan
Copy link

This will help us with fluxcd/helm-controller#11

@donggangcj
Copy link

👍 Nice catch!

Copy link
Contributor

@hickeyma hickeyma left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @hiddeco

@hickeyma hickeyma merged commit 298f574 into helm:master Jul 13, 2020
@hickeyma hickeyma added this to the 3.4.0 milestone Jul 13, 2020
@hickeyma hickeyma added needs-pick Indicates that a PR needs to be cherry-picked into the next release candidate. bug Categorizes issue or PR as related to a bug. labels Jul 13, 2020
@hiddeco hiddeco deleted the kube/log-printf branch July 13, 2020 21:44
@marckhouzam marckhouzam removed the needs-pick Indicates that a PR needs to be cherry-picked into the next release candidate. label Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Categorizes issue or PR as related to a bug. 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.

None yet

6 participants