Convert weekly highlights exception to warning.
This commit is contained in:
committed by
Alex Dusenbery
parent
034bdf991e
commit
792d0db5da
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user