Skip to content
Snippets Groups Projects
Unverified Commit fa693d1a authored by Muhammad Zaid Bamber's avatar Muhammad Zaid Bamber Committed by GitHub
Browse files

Merge pull request #21090 from edx/zaid-prod-449

Added logs for XQueue Information
parents ac0f7f8e d4c41008
No related branches found
No related tags found
No related merge requests found
......@@ -102,6 +102,8 @@ class XQueueInterface(object):
if error != 0:
# when the login fails
log.debug("Failed to login to queue: %s", content)
log.info(u"Login failed content information : {content} with error: {error}".format(
content=content, error=error))
return (error, content)
if files_to_upload is not None:
# Need to rewind file pointers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment