Skip to content

Commit 8020aca

Browse files
committed
Remove yet another PID log
1 parent 0d40ede commit 8020aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/id_sync/src/ieds_db_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def paginate_items_for_patient_pk(patient_pk: str) -> list:
104104
break
105105

106106
if not all_items:
107-
logger.warning("No items found for patient PK: %s", patient_pk)
107+
logger.info("No items found for patient PK in VEDS database")
108108
return []
109109

110110
return all_items

0 commit comments

Comments
 (0)