Skip to content

Commit 7c25851

Browse files
pamelafoxCopilot
andauthored
Update app/functions/document_extractor/function_app.py
Co-authored-by: Copilot <[email protected]>
1 parent cfa762c commit 7c25851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/functions/document_extractor/function_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ async def extract_document(req: func.HttpRequest) -> func.HttpResponse:
154154
}
155155
]
156156
except Exception as e:
157-
logger.error(f"Error processing record {record_id}: {str(e)}", exc_info=True)
157+
logger.error("Error processing record %s: %s", record_id, str(e), exc_info=True)
158158
output_values = [
159159
{
160160
"recordId": record_id,

0 commit comments

Comments
 (0)