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

@@ -25,9 +25,6 @@ from pipecat.transports.network.small_webrtc import SmallWebRTCTransport
load_dotenv(override=True)
logger.remove(0)
logger.add(sys.stderr, level="DEBUG")
class EdgeDetectionProcessor(FrameProcessor):
def __init__(self, camera_out_width, camera_out_height: int):