Lower logging level in grading condition from exception to info

addresses part of LMS-2907
This commit is contained in:
Adam Palay
2014-06-23 16:48:37 -04:00
parent 2b1712afe1
commit d9f0a6ba68

View File

@@ -259,7 +259,7 @@ def _grade(student, request, course, keep_raw_scores):
if graded_total.possible > 0:
format_scores.append(graded_total)
else:
log.exception("Unable to grade a section with a total possible score of zero. " +
log.info("Unable to grade a section with a total possible score of zero. " +
str(section_descriptor.location))
totaled_scores[section_format] = format_scores