We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d40bd1 commit c46c57aCopy full SHA for c46c57a
1 file changed
datadog_lambda/durable.py
@@ -38,7 +38,7 @@ def extract_durable_function_tags(event):
38
39
parsed = _parse_durable_execution_arn(durable_execution_arn)
40
if not parsed:
41
- logger.debug(
+ logger.error(
42
"Failed to parse DurableExecutionArn: %s", durable_execution_arn
43
)
44
return {}
0 commit comments