Skip to content

Commit

Permalink
Simplify log
Browse files Browse the repository at this point in the history
  • Loading branch information
L3n41c committed Jun 28, 2021
1 parent 8a5604d commit 091b6da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def __init__(self, *args, **kwargs):
else:
self.log.error(
"The agent could connect to none of the following URL: %s.",
str(instance['prometheus_possible_urls']),
possible_urls,
)
else:
self.get_scraper_config(instance)
Expand Down

0 comments on commit 091b6da

Please sign in to comment.