Skip to content

Commit

Permalink
[PRMP-1257] change model dump to be json
Browse files Browse the repository at this point in the history
  • Loading branch information
steph-torres-nhs committed Jan 23, 2025
1 parent 485e185 commit 172f814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambdas/handlers/manage_nrl_pointer_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def lambda_handler(event, context):
).create_fhir_document_reference_object()

logger.info(
f"Create pointer request: Body: {document.model_dump(exclude_none=True)}, "
f"Create pointer request: Body: {document.model_dump_json(exclude_none=True)}, "
f"RequestURL: {nrl_api_service.endpoint}, "
"HTTP Verb: POST, "
f"NHS Number: {nrl_message.nhs_number}, "
Expand Down

0 comments on commit 172f814

Please sign in to comment.