Skip to content

Commit

Permalink
collector: change log level to info for succeeded (#1644)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke authored Sep 27, 2024
1 parent 65d19f4 commit 6228133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/collector/prometheus.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ func (p *Prometheus) execute(name string, c Collector, scrapeCtx *types.ScrapeCo
return failed
}

p.logger.Info(fmt.Sprintf("collector %s succeeded after %s, resulting in %d metrics", name, duration, numMetrics))
p.logger.Debug(fmt.Sprintf("collector %s succeeded after %s, resulting in %d metrics", name, duration, numMetrics))

return success
}

0 comments on commit 6228133

Please sign in to comment.