diff --git a/app/main/views/send.py b/app/main/views/send.py index 98d4c8fb4..0e5f0178c 100644 --- a/app/main/views/send.py +++ b/app/main/views/send.py @@ -1048,6 +1048,7 @@ def send_notification(service_id, template_id): sender_id=session.get('sender_id', None), ) except HTTPError as exception: + current_app.logger.error('Service {} could not send notification: "{}"'.format( current_service.id, exception.message ))