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

Reduce verbosity in build logs #2927

Closed
seanhamlin opened this issue Nov 12, 2021 · 0 comments · Fixed by #2928
Closed

Reduce verbosity in build logs #2927

seanhamlin opened this issue Nov 12, 2021 · 0 comments · Fixed by #2928
Labels
2-build-deploy Build & Deploy subsystem

Comments

@seanhamlin
Copy link
Contributor

Describe the bug

Spotted in the build logs

++ for CAPABILITIES in "${CAPABILITIES[@]}"
++ HELM_ARGUMENTS+=(-a "${CAPABILITIES}")
++ for CAPABILITIES in "${CAPABILITIES[@]}"
++ HELM_ARGUMENTS+=(-a "${CAPABILITIES}")
++ for CAPABILITIES in "${CAPABILITIES[@]}"
++ HELM_ARGUMENTS+=(-a "${CAPABILITIES}")
++ for CAPABILITIES in "${CAPABILITIES[@]}"
++ HELM_ARGUMENTS+=(-a "${CAPABILITIES}")
++ for CAPABILITIES in "${CAPABILITIES[@]}"
++ HELM_ARGUMENTS+=(-a "${CAPABILITIES}")
++ for CAPABILITIES in "${CAPABILITIES[@]}"
++ HELM_ARGUMENTS+=(-a "${CAPABILITIES}")
++ for CAPABILITIES in "${CAPABILITIES[@]}"

This goes on for maybe 100 lines. It is not relevant to the build.

To Reproduce

Steps to reproduce the behavior:

  1. Perform build
  2. Notice logs

Expected behavior

Only information relevant to the build is output. Potentially add a debug mode for people that need this level of verbosity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2-build-deploy Build & Deploy subsystem
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant