-
Notifications
You must be signed in to change notification settings - Fork 77
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
Customize logging parameters #342
Conversation
👋 Hi @navi86 and thank you for your PR! All files in Let me know if something is not clear, happy to help! |
hi @guidoiaquinti |
My take is that we should expose the logging config in the
and without modifying hardcoded config map manually. Is this issue a blocker for your rollout? |
@guidoiaquinti |
The only 2
I might be missing something but the upstream operator should simply expose a logging configuration option via Let me know if it make sense @navi86 🙇 |
👋 Hey @navi86, I'm going to close the PR without merging. Let me know if something is not clear or if you want to continue the conversation above. Thank you! |
Description
Deploying application in gcp creates a huge amount of noise in logging, because all logs that are written in stderr marked as "ERROR"
Moreover, debug logs creates lots of messages in the pod, so it will be nice to have possibility to decrease log level.
Type of change
How has this been tested?
this changes is pretty small so it was tested by running "helm template"
Checklist