Changing heygen log level to trace.

This commit is contained in:
Filipi Fuchter
2025-08-18 18:00:25 -03:00
parent 8fa44863fb
commit f550015efb

View File

@@ -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."""