Skip to content

Commit c46c57a

Browse files
committed
Change log level from debug to error
1 parent 0d40bd1 commit c46c57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)