From a2091d06ce87fe8aa301ecbfd135f3dd80409d6c Mon Sep 17 00:00:00 2001 From: Awais Jibran Date: Mon, 13 Apr 2020 14:13:57 +0500 Subject: [PATCH] Rebase and improve logging. --- lms/djangoapps/verify_student/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/djangoapps/verify_student/tasks.py b/lms/djangoapps/verify_student/tasks.py index 7952adf08b..168c4e8f4e 100644 --- a/lms/djangoapps/verify_student/tasks.py +++ b/lms/djangoapps/verify_student/tasks.py @@ -110,8 +110,8 @@ def send_request_to_ss_for_user(self, user_verification_id, copy_id_photo_from): Returns: request.Response """ - log.info('=>New Verification Task Received') user_verification = SoftwareSecurePhotoVerification.objects.get(id=user_verification_id) + log.info('=>New Verification Task Received %r', user_verification.user.username) try: headers, body = user_verification.create_request(copy_id_photo_from) response = requests.post(