Merge pull request #4397 from pipecat-ai/mb/smallwebrtc-trace-app-message

This commit is contained in:
Mark Backman
2026-05-01 20:47:04 -04:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1 @@
- Lowered the per-message log in `SmallWebRTCInputTransport._handle_app_message` from `debug` to `trace`. App messages can be high-frequency and were noisy at debug level; set the loguru level to `TRACE` to see them again.