getsentry / sentry-kubernetes

Kubernetes event reporter for Sentry
Apache License 2.0
464 stars 64 forks source link

add log_level via environment variable #20

Closed joaocc closed 5 years ago

joaocc commented 5 years ago

Add support for providing log_level via environment variable in addition to --log-level. When using the image in the kubernetes helm chart, there is no easy way to do this. If the docker image recognizes LOG_LEVEL, then it's much easier to propose a PR to set that via heml chart values.

bretthoerner commented 5 years ago

https://github.com/getsentry/sentry-kubernetes/commit/108ae63cc7f0343bdb84fe7e9ff62e0d540dc0cb

joaocc commented 5 years ago

Many thanks!