We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3081b06 commit 4cb13c9Copy full SHA for 4cb13c9
lambdas/id_sync/src/record_processor.py
@@ -77,7 +77,7 @@ def process_nhs_number(nhs_number: str) -> Dict[str, Any]:
77
discarded_records.append(detail)
78
79
if not matching_records:
80
- logger.info("No records matched PDS demographics: %d", discarded_count)
+ logger.info("No records matched PDS demographics: %d", discarded_count, discarded_records)
81
return make_status("No records matched PDS demographics; update skipped", nhs_number)
82
83
response = ieds_update_patient_id(
0 commit comments