Skip to content

Commit

Permalink
chore: add logs for debugging (#1030)
Browse files Browse the repository at this point in the history
* chore: add debug log
  • Loading branch information
hamzawaleed01 authored Jan 28, 2025
1 parent 8d2ab47 commit e0a96fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions enterprise_catalog/apps/catalog/algolia_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1253,6 +1253,7 @@ def _get_is_active_course_run(full_course_run):
f'[_get_is_active_course_run] course run is not active '
f'key: {full_course_run.get("key")}, '
f'is_marketable: {full_course_run.get("is_marketable")}, '
f'is_marketable_external: {full_course_run.get("is_marketable_external")}, '
f'is_enrollable: {full_course_run.get("is_enrollable")}, '
f'availability: {availability}, '
f'status: {full_course_run.get("status")}'
Expand Down

0 comments on commit e0a96fc

Please sign in to comment.