Skip to content

Commit

Permalink
fix: update log level
Browse files Browse the repository at this point in the history
  • Loading branch information
alangsto committed Sep 19, 2024
1 parent 05283d6 commit f639f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learning_assistant/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def render_prompt_template(request, user_id, course_run_id, unit_usage_key, cour
try:
_, unit_content = get_block_content(request, user_id, course_run_id, unit_usage_key)
except InvalidKeyError:
log.info(
log.warning(
'Failed to retrieve course content for course_id=%(course_run_id)s because of '
'invalid unit_id=%(unit_usage_key)s',
{'course_run_id': course_run_id, 'unit_usage_key': unit_usage_key}
Expand Down

0 comments on commit f639f21

Please sign in to comment.