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
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: