mirror of
https://github.com/grafana/loki.git
synced 2025-08-06 15:10:46 +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