Skip to content

Commit

Permalink
Merge pull request #176 from n-rodriguez/wip/fix_logging_level
Browse files Browse the repository at this point in the history
Fix wrong logging level
  • Loading branch information
stanhu authored Oct 18, 2024
2 parents 6ef7701 + 1c25f78 commit 50a69c1
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 50a69c1

Please sign in to comment.