From 2d3303a15e6419d1587e6fa4606a39d5eda5a54b Mon Sep 17 00:00:00 2001 From: Salva Corts Date: Thu, 11 Jan 2024 17:11:25 +0100 Subject: [PATCH] wording --- pkg/loki/loki.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/loki/loki.go b/pkg/loki/loki.go index 27d2fda1894b..d3208debcf35 100644 --- a/pkg/loki/loki.go +++ b/pkg/loki/loki.go @@ -136,7 +136,7 @@ func (c *Config) RegisterFlags(f *flag.FlagSet) { "It will, however, distort metrics, because it is counted as live memory. ", ) - f.BoolVar(&c.LegacyReadTarget, "legacy-read-mode", false, "Deprecated. Set to true to enable the legacy read mode running the components from the backend target. "+ + f.BoolVar(&c.LegacyReadTarget, "legacy-read-mode", false, "Deprecated. Set to true to enable the legacy read mode which includes the components from the backend target. "+ "This setting is deprecated and will be removed in the next minor release.") f.DurationVar(&c.ShutdownDelay, "shutdown-delay", 0, "How long to wait between SIGTERM and shutdown. After receiving SIGTERM, Loki will report 503 Service Unavailable status via /ready endpoint.")