Add links to configuration change notice.

This commit is contained in:
Julius Volz 2015-06-01 18:36:11 +02:00
parent cf65f2df0a
commit cf64bbe1ce
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ func (p *prometheus) reloadConfig() bool {
conf, err := config.LoadFromFile(*configFile)
if err != nil {
log.Errorf("Couldn't load configuration (-config.file=%s): %v", *configFile, err)
log.Errorf("Note: The configuration format has changed with version 0.14, please check the documentation.")
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
}