From d73c8a4f0b23bb4178a4520beba0ba5ed1f236f5 Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Fri, 11 Sep 2015 16:43:04 +0200 Subject: [PATCH] Remove notice about 0.14.x config file format change. --- cmd/prometheus/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/prometheus/main.go b/cmd/prometheus/main.go index e6fd678ee..9be251c9a 100644 --- a/cmd/prometheus/main.go +++ b/cmd/prometheus/main.go @@ -206,7 +206,6 @@ func reloadConfig(filename string, rls ...Reloadable) (success bool) { conf, err := config.LoadFile(filename) if err != nil { 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 } success = true