Skip to content

Commit

Permalink
Fix wrong logging level
Browse files Browse the repository at this point in the history
Closes #175

Signed-off-by: Nicolas Rodriguez <nico@nicoladmin.fr>
  • Loading branch information
n-rodriguez committed Oct 18, 2024
1 parent 6ef7701 commit 1c25f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ func (e *Exporter) Describe(ch chan<- *prometheus.Desc) {

// Collect implements prometheus.Collector.
func (e *Exporter) Collect(ch chan<- prometheus.Metric) {
e.logger.Error("Starting scrape")
e.logger.Info("Starting scrape")

var up = 1.0

Expand Down

0 comments on commit 1c25f78

Please sign in to comment.