Print to stdout, not stderr (#928)
authorMarcelo Magallon <marcelo.magallon@grafana.com>
Sat, 18 Jun 2022 12:55:10 +0000 (06:55 -0600)
committerGitHub <noreply@github.com>
Sat, 18 Jun 2022 12:55:10 +0000 (06:55 -0600)
commitd26fcc665935e962ba9ce331d3dc82babe0627c4
treee0c27275d7ebc1fc9590c30fd413f1f6522adeab
parent66290d65e86e867aeecb483cd2d3873070320905
Print to stdout, not stderr (#928)

Following the change in
https://github.com/prometheus/prometheus/pull/8542 blackbox_exporter
will send all usage out to stdout, not stderr.

Fixes: #912
Signed-off-by: Marcelo E. Magallon <marcelo.magallon@grafana.com>
main.go