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