Skip to content

Commit

Permalink
Downgrade an info log to debug (#14667)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret authored and alopezz committed Jun 2, 2023
1 parent 8bb35d5 commit e9b41b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def check(self, _):
self.refresh_scrapers()

for endpoint, scraper in self.scrapers.items():
self.log.info('Scraping OpenMetrics endpoint: %s', endpoint)
self.log.debug('Scraping OpenMetrics endpoint: %s', endpoint)

with self.adopt_namespace(scraper.namespace):
try:
Expand Down

0 comments on commit e9b41b3

Please sign in to comment.