Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #102 from edx/sofiya/ingest-duplicate-videoID-logging
Browse files Browse the repository at this point in the history
Adding logging for ingest process
  • Loading branch information
ssemenova authored May 4, 2018
2 parents 3d7d099 + 77b0867 commit c881f19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions control/veda_val.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ def send_val_data(self):
"""
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
Expand Down

0 comments on commit c881f19

Please sign in to comment.