From 76f63e54e2dd857a0acc624a6a3c35048d77676d Mon Sep 17 00:00:00 2001 From: filipi87 Date: Thu, 5 Feb 2026 18:07:14 -0300 Subject: [PATCH] =?UTF-8?q?Changing=20the=20=E2=80=98no=20audio=20received?= =?UTF-8?q?=E2=80=99=20log=20from=20warning=20to=20debug.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pipecat/transports/base_input.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/pipecat/transports/base_input.py b/src/pipecat/transports/base_input.py index 5f62045f1..b76ae61ef 100644 --- a/src/pipecat/transports/base_input.py +++ b/src/pipecat/transports/base_input.py @@ -449,9 +449,7 @@ class BaseInputTransport(FrameProcessor): if not audio_received: continue - logger.warning( - f"{self}: audio not received for more than {AUDIO_INPUT_TIMEOUT_SECS}" - ) + logger.debug(f"{self}: audio not received for more than {AUDIO_INPUT_TIMEOUT_SECS}") ################################################################### # DEPRECATED.