Add changelog for #4397

This commit is contained in:
Mark Backman
2026-04-30 21:41:28 -04:00
parent 6cab2ce3f7
commit 13643b192b

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.