mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -05:00
Add service id to log
This commit is contained in:
@@ -548,8 +548,8 @@ def send_inbound_sms_to_service(self, inbound_sms_id, service_id):
|
|||||||
self.retry(queue=QueueNames.RETRY)
|
self.retry(queue=QueueNames.RETRY)
|
||||||
except self.MaxRetriesExceededError:
|
except self.MaxRetriesExceededError:
|
||||||
current_app.logger.error(
|
current_app.logger.error(
|
||||||
"""Retry: send_inbound_sms_to_service has retried the max number of
|
"""Retry: send_inbound_sms_to_service has retried the max number of
|
||||||
times for service: {} and inbound_sms {}""".format(
|
times for service: {} and inbound_sms {}""".format(
|
||||||
service_id,
|
service_id,
|
||||||
inbound_sms_id
|
inbound_sms_id
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user