chore(smallwebrtc): lower app message log to trace level

App messages can be high-frequency, so logging each one at debug is noisy.
This commit is contained in:
Mark Backman
2026-04-30 21:06:47 -04:00
parent a27d9fc30b
commit 6cab2ce3f7

View File

@@ -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