helm-app-operator-kit
helm-app-operator-kit copied to clipboard
How to raise logs level of operator
Hello, thanks for sharing this awesome project. How to raise logs level of operator? Please, document it.
Thanks
Hi @kalise, the operator log level is not currently configurable, but that is a known issue and something we intend to fix. See https://github.com/operator-framework/helm-app-operator-kit/issues/52#issuecomment-429976776.
#44 is also related. This operator will also be migrating to use the logr interface to align with upstream projects (operator-sdk and controller-runtime), which likely affects how log levels are configured.
To keep things well-scoped, we'll track the log level configurability here and close #52 when its original intent has been met.