diff --git a/app/celery/tasks.py b/app/celery/tasks.py index eca526ee8..9bf47c9d7 100644 --- a/app/celery/tasks.py +++ b/app/celery/tasks.py @@ -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: