examples: always use loguru for logging

This commit is contained in:
Aleix Conchillo Flaqué
2025-04-22 11:51:49 -07:00
parent 972d65f61b
commit fdc508a1a5
7 changed files with 37 additions and 36 deletions

View File

@@ -26,9 +26,6 @@ from pipecat.transports.services.daily import DailyParams, DailyTransport
load_dotenv(override=True)
logger.remove(0)
logger.add(sys.stderr, level="DEBUG")
class MirrorProcessor(FrameProcessor):
async def process_frame(self, frame: Frame, direction: FrameDirection):