Add more logging in update letter notifications task

This commit is contained in:
Imdad Ahad
2017-05-09 14:22:10 +01:00
parent 4d82512ec6
commit 95aa5680f9

View File

@@ -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: