Commit 77b0867f by Sofiya Semenova

Adding logging for ingest process

parent 3d7d099e
......@@ -223,6 +223,7 @@ class VALAPICall(object):
"""
Update Status
"""
LOGGER.info('[INGEST] send_val_data : video ID : %s', self.video_proto.veda_id)
url_query = URL.objects.filter(
videoID=Video.objects.filter(
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