Unverified Commit 5358ce0e by Gregory Martin Committed by GitHub

Merge pull request #104 from edx/yro/Update-Logging

Update logging for corrupt files
parents 5404599e 2769a2e0
......@@ -261,8 +261,7 @@ class VedaIngest(object):
v1.client_title = final_string
v1.save()
self.complete = True
LOGGER.info('[INGEST] {studio_id} | {video_id} : Database record complete'.format(
studio_id=self.video_proto.studio_id,
LOGGER.info('[INGEST] {video_id} : Corrupt file, database record complete'.format(
video_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