mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-13 08:42:21 -05:00
Added job id to logger
This commit is contained in:
@@ -136,7 +136,7 @@ def send_sms(self,
|
||||
)
|
||||
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user