From f550015efb3b6d9dbbba9949e018e5c4eaf34e74 Mon Sep 17 00:00:00 2001 From: Filipi Fuchter Date: Mon, 18 Aug 2025 18:00:25 -0300 Subject: [PATCH] Changing heygen log level to trace. --- src/pipecat/services/heygen/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipecat/services/heygen/client.py b/src/pipecat/services/heygen/client.py index e2c6cf57f..2a464f949 100644 --- a/src/pipecat/services/heygen/client.py +++ b/src/pipecat/services/heygen/client.py @@ -248,7 +248,7 @@ class HeyGenClient: if event_type == "agent.state": logger.debug(f"HeyGenClient ws received agent status: {event}") else: - logger.error(f"HeyGenClient ws received unknown event: {event_type}") + logger.trace(f"HeyGenClient ws received unknown event: {event_type}") async def _ws_disconnect(self) -> None: """Disconnect from HeyGen websocket endpoint."""