Merge pull request #2465 from pipecat-ai/filipi/heygen_changing_log_level
Changing heygen log level to trace.
This commit is contained in:
@@ -248,7 +248,7 @@ class HeyGenClient:
|
|||||||
if event_type == "agent.state":
|
if event_type == "agent.state":
|
||||||
logger.debug(f"HeyGenClient ws received agent status: {event}")
|
logger.debug(f"HeyGenClient ws received agent status: {event}")
|
||||||
else:
|
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:
|
async def _ws_disconnect(self) -> None:
|
||||||
"""Disconnect from HeyGen websocket endpoint."""
|
"""Disconnect from HeyGen websocket endpoint."""
|
||||||
|
|||||||
Reference in New Issue
Block a user