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

vault-env logs all stdout to stderr #1730

Closed
jespada opened this issue Nov 23, 2022 · 0 comments · Fixed by #1729
Closed

vault-env logs all stdout to stderr #1730

jespada opened this issue Nov 23, 2022 · 0 comments · Fixed by #1729
Projects

Comments

@jespada
Copy link
Contributor

jespada commented Nov 23, 2022

Describe the bug:
vault-env send "normal" logs go to stderr, this is not a problem on vault-env but in the underlining library used , logrus and its reported in other projects as well:

This causes a log parsing tool to incorrectly tag/parse the logs , marking as error things that are info or debug.

Expected behaviour:
Log level info should go to stdout not to stderr.

Steps to reproduce the bug:
Running vault-env with logging to stdout will reproduce this issue easily since all info/debug logs will go to stderr.

Environment details:

  • Kubernetes version: 1.23.8
  • Cloud-provider/provisioner: GKE
  • bank-vaults version: 1.16.0
  • Install method : helm

/kind bug

@akijakya akijakya added this to To do in Bank-Vaults via automation Dec 2, 2022
Bank-Vaults automation moved this from To do to Done Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Bank-Vaults
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant