mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05: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),
|
||||
)
|
||||
except HTTPError as exception:
|
||||
current_app.logger.error('Service {} could not send notification: "{}"'.format(
|
||||
current_service.id,
|
||||
exception.message
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user