Skip to content

Commit

Permalink
Add back logger
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-purplefish committed Oct 14, 2024
1 parent afb76fc commit ca247a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions livekit-agents/livekit/agents/pipeline/agent_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ async def _synthesize_task(self, handle: SynthesisHandle) -> None:
await utils.aio.gracefully_cancel(synth)


@utils.log_exceptions(logger=logger)
async def _str_synthesis_task(
tts_text: str, transcript: str, handle: SynthesisHandle
) -> None:
Expand Down

0 comments on commit ca247a0

Please sign in to comment.