mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 02:11:11 -05:00
Added job id to logger
This commit is contained in:
@@ -136,7 +136,7 @@ def send_sms(self,
|
|||||||
)
|
)
|
||||||
|
|
||||||
current_app.logger.info(
|
current_app.logger.info(
|
||||||
"SMS {} created at {}".format(notification_id, created_at)
|
"SMS {} created at {} for job {}".format(notification_id, created_at, notification.get('job', None))
|
||||||
)
|
)
|
||||||
|
|
||||||
except SQLAlchemyError as e:
|
except SQLAlchemyError as e:
|
||||||
|
|||||||
Reference in New Issue
Block a user