diff --git a/src/pipecat/transports/smallwebrtc/transport.py b/src/pipecat/transports/smallwebrtc/transport.py index 0d96d4aa6..080f2383d 100644 --- a/src/pipecat/transports/smallwebrtc/transport.py +++ b/src/pipecat/transports/smallwebrtc/transport.py @@ -706,7 +706,7 @@ class SmallWebRTCInputTransport(BaseInputTransport): Args: message: The application message to process. """ - logger.debug(f"Received app message inside SmallWebRTCInputTransport {message}") + logger.trace(f"Received app message inside SmallWebRTCInputTransport {message}") await self.broadcast_frame(InputTransportMessageFrame, message=message) # Add this method similar to DailyInputTransport.request_participant_image