Commit a053dfbb by Adam

Merge pull request #4192 from edx/adam/change-logging-level-gradding

Lower logging level in grading condition from exception to info
parents 03ad6584 d9f0a6ba
......@@ -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
......
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