We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d6a02 commit da13028Copy full SHA for da13028
src/prometheus_exporter/cached_exporter.py
@@ -32,7 +32,7 @@ def read_config(self):
32
""" Override read_config to add cache_life """
33
super().read_config()
34
if hasattr(self, 'cache_life'):
35
- self.logger.warning("Cache life already set to: %ds", self.cache_life)
+ self.logger.debug("Cache life already set to: %ds", self.cache_life)
36
return
37
self.cache_life = self.config.get('cache_life', 60)
38
self.logger.info("Set cache_life to: %d seconds", self.cache_life)
0 commit comments