mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 10:09:49 -04:00
Merge pull request #15 from 18F/jim/072622/demoupdates
fix errant log removal
This commit is contained in:
@@ -1048,6 +1048,7 @@ def send_notification(service_id, template_id):
|
|||||||
sender_id=session.get('sender_id', None),
|
sender_id=session.get('sender_id', None),
|
||||||
)
|
)
|
||||||
except HTTPError as exception:
|
except HTTPError as exception:
|
||||||
|
current_app.logger.error('Service {} could not send notification: "{}"'.format(
|
||||||
current_service.id,
|
current_service.id,
|
||||||
exception.message
|
exception.message
|
||||||
))
|
))
|
||||||
|
|||||||
Reference in New Issue
Block a user