diff --git a/app/celery/tasks.py b/app/celery/tasks.py index d7cb2da23..b12768c58 100644 --- a/app/celery/tasks.py +++ b/app/celery/tasks.py @@ -95,7 +95,7 @@ def send_sms(service_id, notification_id, encrypted_notification, created_at): template.replaced ) except FiretextClientException as e: - current_app.logger.debug(e) + current_app.logger.exception(e) notification_db_object.status = 'failed' dao_update_notification(notification_db_object)