mirror of
https://github.com/grafana/loki.git
synced 2026-03-13 09:33:58 +08:00
* Support environment expansion in configuration Inspired by https://github.com/cortexproject/cortex/pull/2147 Fixes #2311 Adds -config.expand-env as flag to loki and promtail. * Disable env expansion on logcli * Small nit updates