diff --git a/app/va/va_profile/va_profile_client.py b/app/va/va_profile/va_profile_client.py index a9299094da..e5177a5f9a 100644 --- a/app/va/va_profile/va_profile_client.py +++ b/app/va/va_profile/va_profile_client.py @@ -367,7 +367,7 @@ def send_va_profile_notification_status(self, notification_data: dict) -> None: url = f'{self.va_profile_url}/contact-information-vanotify/notify/status' self.logger.debug( - 'Sending notification status to VA Profile with url: %s | notification: %s | notification_status: %s', + 'Sending notification status to VA Profile with url: %s | notification_id: %s | notification_status: %s', url, notification_data.get('id'), notification_data.get('status'),