mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-06 02:08:26 -04:00
Add more logging in update letter notifications task
This commit is contained in:
@@ -380,7 +380,7 @@ def update_letter_notifications_statuses(self, filename):
|
|||||||
else:
|
else:
|
||||||
if notification_updates:
|
if notification_updates:
|
||||||
for update in notification_updates:
|
for update in notification_updates:
|
||||||
current_app.logger.error(str(update))
|
current_app.logger.info('DVLA update: {}'.format(str(update)))
|
||||||
# TODO: Update notifications with desired status
|
# TODO: Update notifications with desired status
|
||||||
return notification_updates
|
return notification_updates
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user