Skip to content

Commit 04c6ddd

Browse files
committed
Change log level from debug to error
1 parent 9f68121 commit 04c6ddd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datadog_lambda/durable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def extract_durable_function_tags(event):
3838

3939
parsed = _parse_durable_execution_arn(durable_execution_arn)
4040
if not parsed:
41-
logger.debug(
41+
logger.error(
4242
"Failed to parse DurableExecutionArn: %s", durable_execution_arn
4343
)
4444
return {}

0 commit comments

Comments
 (0)