mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 02:11:11 -05: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:
|
||||
if 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
|
||||
return notification_updates
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user