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

Commit

Permalink
Adding logging for ingest process
Browse files Browse the repository at this point in the history
  • Loading branch information
ssemenova committed May 4, 2018
1 parent 3d7d099 commit 77b0867
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 77b0867

Please sign in to comment.