diff --git a/app/celery/tasks.py b/app/celery/tasks.py index 8498ff05a..988977fcd 100644 --- a/app/celery/tasks.py +++ b/app/celery/tasks.py @@ -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: