Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
set TIDEPOOL_LOGGER_PACKAGE env var via helm chart
Setting this value would allow services to use alternate logging packages, for example when running/testing locally, it's sometimes useful to log in a format other than JSON. See tidepool-org/platform#714 for one such example logger. One can choose to configure this like so: # local/Tiltconfig.yaml global: loggerPackage: devlog And that value would get picked up and passed as TIDEPOOL_LOGGER_PACKAGE to services started via the helm chart. It can also be overridden on a short-term basis via: $ kubectl set env <deployment> TIDEPOOL_LOGGER_PACKAGE=devlog Followed by restarting the deployment.
- Loading branch information