diff --git a/cmd/prometheus/main.go b/cmd/prometheus/main.go index 2d05ee444b..3c892c8a29 100644 --- a/cmd/prometheus/main.go +++ b/cmd/prometheus/main.go @@ -292,7 +292,7 @@ func main() { panic(err) } cfg.tsdb.RetentionDuration = y - level.Info(logger).Log("msg", "time retention value is too high. Limiting to: "+y.String()) + level.Warn(logger).Log("msg", "time retention value is too high. Limiting to: "+y.String()) } }