diff --git a/compass/views/api/student.py b/compass/views/api/student.py index 2e2b5686..d1f342d0 100644 --- a/compass/views/api/student.py +++ b/compass/views/api/student.py @@ -296,7 +296,8 @@ def get(self, request, uwregid): uwregid, term) transcript_dict['class_schedule'] = class_schedule.json_data() except DataFailureException as ex: - logger.info(f'Error fetching class schedule: {ex}') + logger.info( + f'Error fetching class schedule for {uwregid}: {ex}') transcript_dict['class_schedule'] = None transcript_data.append(transcript_dict)