mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-14 17:44:06 -08:00
Remove notice about 0.14.x config file format change.
This commit is contained in:
parent
fa8d43bd24
commit
5aa3bee006
|
@ -206,7 +206,6 @@ func reloadConfig(filename string, rls ...Reloadable) (success bool) {
|
||||||
conf, err := config.LoadFile(filename)
|
conf, err := config.LoadFile(filename)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Errorf("Couldn't load configuration (-config.file=%s): %v", filename, err)
|
log.Errorf("Couldn't load configuration (-config.file=%s): %v", filename, err)
|
||||||
log.Errorf("Note: The configuration format has changed with version 0.14. Please see the documentation (http://prometheus.io/docs/operating/configuration/) and the provided configuration migration tool (https://github.com/prometheus/migrate).")
|
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
success = true
|
success = true
|
||||||
|
|
Loading…
Reference in a new issue