jirwin / burrow_exporter

Prometheus exporter for burrow
Apache License 2.0
78 stars 68 forks source link

Add flag to select verbosity #29

Closed marcelohpf closed 2 years ago

marcelohpf commented 5 years ago

The exporter always shows the information message "Scraping rings" and "Scraping finished rings" and there is no option to show only the error messages.

This pull request add a flag to control the verbosity level of logrus using:

1: Panic
2: Fatal
3: Error
4: Warn
5: Info
6: Debug
any other: Info