From 13643b192b870ef2896ce953d7d2b9d9db6b55fd Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Thu, 30 Apr 2026 21:41:28 -0400 Subject: [PATCH] Add changelog for #4397 --- changelog/4397.changed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4397.changed.md diff --git a/changelog/4397.changed.md b/changelog/4397.changed.md new file mode 100644 index 000000000..3f90eef30 --- /dev/null +++ b/changelog/4397.changed.md @@ -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.