mirror of
https://github.com/prometheus/prometheus
synced 2025-01-12 01:29:43 +00:00
cmd: Warn rather than Info when retention time wraps (#5403)
Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
This commit is contained in:
parent
19152a45d8
commit
0a87dcd416
@ -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())
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user