From 95aa5680f97228791bfbbf5579483173c3e5673e Mon Sep 17 00:00:00 2001 From: Imdad Ahad Date: Tue, 9 May 2017 14:22:10 +0100 Subject: [PATCH] Add more logging in update letter notifications task --- app/celery/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: