diff --git a/app/pipeline/chat/course_chat_pipeline.py b/app/pipeline/chat/course_chat_pipeline.py index b5b976ca..a8969bc2 100644 --- a/app/pipeline/chat/course_chat_pipeline.py +++ b/app/pipeline/chat/course_chat_pipeline.py @@ -334,7 +334,7 @@ def lecture_content_retrieval() -> str: if self.event == "jol": event_payload = CompetencyJolDTO.model_validate(dto.event_payload.event) - logger.debug("Event Payload:", event_payload) + logger.debug(f"Event Payload: {event_payload}") comp = next( ( c