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 d6c9864 commit cb51a4cCopy full SHA for cb51a4c
aws_lambda_powertools/metrics/metrics.py
@@ -150,7 +150,7 @@ def decorate(event, context):
150
else:
151
metrics = self.serialize_metric_set()
152
self.clear_metrics()
153
- logger.debug("Publishing metrics", {"metrics": metrics})
+ logger.debug("Publishing metrics")
154
print(json.dumps(metrics))
155
156
return response
0 commit comments