Convert weekly highlights exception to warning.

This commit is contained in:
Alex Dusenbery
2018-01-03 10:22:07 -05:00
committed by Alex Dusenbery
parent 034bdf991e
commit 792d0db5da

View File

@@ -356,7 +356,7 @@ class CourseUpdateResolver(BinnedSchedulesBaseResolver):
try:
week_highlights = get_week_highlights(user, enrollment.course_id, week_num)
except CourseUpdateDoesNotExist:
LOG.exception(
LOG.warning(
'Weekly highlights for user {} in week {} of course {} does not exist or is disabled'.format(
user, week_num, enrollment.course_id
)