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 4b76002 commit a088a2eCopy full SHA for a088a2e
tests/integration-tests/framework/metrics_publisher.py
@@ -52,7 +52,7 @@ def __init__(self, region=None):
52
def publish_metrics_to_cloudwatch(self, namespace: str, metrics: List[Metric]):
53
"""Pushes a list of metrics to cloudwatch using a single namespace."""
54
try:
55
- logging.info(
+ logging.debug(
56
f"publishing metrics to cloudwatch {[metric.generate_metric_data_entry() for metric in metrics]}"
57
)
58
self.client.put_metric_data(
0 commit comments