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 d3dbf67 commit 7561564Copy full SHA for 7561564
datadog_lambda/dsm.py
@@ -90,7 +90,7 @@ def _get_dsm_context_from_lambda(message):
90
)
91
return kinesis_data.get("_datadog")
92
except (ValueError, TypeError, KeyError):
93
- log.debug("Unable to parse kinesis data for lambda message")
+ logger.debug("Unable to parse kinesis data for lambda message")
94
return None
95
96
if "Sns" in message:
0 commit comments