Merge pull request #15 from 18F/jim/072622/demoupdates

fix errant log removal
This commit is contained in:
Jim Moffet
2022-07-26 12:42:59 -07:00
committed by GitHub

View File

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