From 129ab5ea0e1cde26f720cddfb0d71f605f7471c3 Mon Sep 17 00:00:00 2001 From: vipyne Date: Wed, 15 Oct 2025 10:54:54 -0500 Subject: [PATCH] WhatsApp transport debug log -> trace log --- src/pipecat/runner/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipecat/runner/run.py b/src/pipecat/runner/run.py index 53b39f4e3..a7af52e18 100644 --- a/src/pipecat/runner/run.py +++ b/src/pipecat/runner/run.py @@ -315,7 +315,7 @@ def _setup_whatsapp_routes(app: FastAPI): WHATSAPP_WEBHOOK_VERIFICATION_TOKEN, ] ): - logger.debug( + logger.trace( "Missing required environment variables for WhatsApp transport. Keeping it disabled." ) return