Skip to content

Commit da13028

Browse files
committed
lower log to debug
Signed-off-by: Zen <[email protected]>
1 parent c1d6a02 commit da13028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prometheus_exporter/cached_exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def read_config(self):
3232
""" Override read_config to add cache_life """
3333
super().read_config()
3434
if hasattr(self, 'cache_life'):
35-
self.logger.warning("Cache life already set to: %ds", self.cache_life)
35+
self.logger.debug("Cache life already set to: %ds", self.cache_life)
3636
return
3737
self.cache_life = self.config.get('cache_life', 60)
3838
self.logger.info("Set cache_life to: %d seconds", self.cache_life)

0 commit comments

Comments
 (0)