We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f182b65 commit a68c967Copy full SHA for a68c967
aws_lambda_powertools/tracing/tracer.py
@@ -281,7 +281,6 @@ def decorate(event, context):
281
logger.debug("Calling lambda handler")
282
response = lambda_handler(event, context)
283
logger.debug("Received lambda handler response successfully")
284
- logger.debug(response)
285
self._add_response_as_metadata(
286
method_name=lambda_handler_name,
287
data=response,
0 commit comments