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.
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.