Unverified Commit c881f199 by Sofiya Semenova Committed by GitHub

Merge pull request #102 from edx/sofiya/ingest-duplicate-videoID-logging

Adding logging for ingest process
parents 3d7d099e 77b0867f
...@@ -223,6 +223,7 @@ class VALAPICall(object): ...@@ -223,6 +223,7 @@ class VALAPICall(object):
""" """
Update Status Update Status
""" """
LOGGER.info('[INGEST] send_val_data : video ID : %s', self.video_proto.veda_id)
url_query = URL.objects.filter( url_query = URL.objects.filter(
videoID=Video.objects.filter( videoID=Video.objects.filter(
edx_id=self.video_proto.veda_id edx_id=self.video_proto.veda_id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment