diff --git a/main.go b/main.go index d081afd..b118fd8 100644 --- a/main.go +++ b/main.go @@ -59,6 +59,11 @@ func printVersion() { func startServer() { log.Infof("Starting bird exporter (Version: %s)\n", version) + + if !*newFormat { + log.Info("INFO: You are using the old metric format. Please consider using the new (more convinient one) by setting -format.new=true.") + } + http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) { w.Write([]byte(` Bird Routing Daemon Exporter (Version ` + version + `)