Skip to content

Commit a088a2e

Browse files
committed
Reduce noise in logs moving metrics publisher logs to debug
1 parent 4b76002 commit a088a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration-tests/framework/metrics_publisher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def __init__(self, region=None):
5252
def publish_metrics_to_cloudwatch(self, namespace: str, metrics: List[Metric]):
5353
"""Pushes a list of metrics to cloudwatch using a single namespace."""
5454
try:
55-
logging.info(
55+
logging.debug(
5656
f"publishing metrics to cloudwatch {[metric.generate_metric_data_entry() for metric in metrics]}"
5757
)
5858
self.client.put_metric_data(

0 commit comments

Comments
 (0)