cmd: Warn rather than Info when retention time wraps (#5403)

Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
pull/5223/head
Brian Brazil 7 years ago committed by GitHub
parent 19152a45d8
commit 0a87dcd416
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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())
}
}

Loading…
Cancel
Save