Skip to content

Commit

Permalink
Squash #2137 - Notification object log temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
MackHalliday committed Dec 4, 2024
1 parent 5d6903a commit 6a32e48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/celery/send_va_profile_notification_status_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ def check_and_queue_va_profile_notification_status_callback(notification: Notifi
current_app.logger.debug(
'Sending notification status to VA Profile, collecting data for notification %s', notification.id
)

current_app.logger.debug('This is what the notification object looks like: %s', notification)
notification_data = {
'id': str(notification.id), # this is the notification id
'reference': notification.client_reference,
Expand Down

0 comments on commit 6a32e48

Please sign in to comment.