Configuring Twilio Studio Flow Debugger Log Verbosity
22K reputation · 31 Dec 2023, 07:04 UTC
The Twilio Studio Flow Deployment Debugger displays execution steps, errors, and variable values for each flow run, but the log level is fixed at INFO and cannot be increased to DEBUG or TRACE for deeper insight.
When a deployment fails because of a misconfigured widget or missing environment variable, the Debugger only shows a generic error message without a stack trace, and the Executions Logs API endpoint does not accept a verbosity parameter to request more detailed diagnostic data. Is there a way to obtain DEBUG‑level logs through the API? Can log verbosity be enabled via a hidden feature flag or account setting? Are there plans to expose a verbosity option in the Executions Logs endpoint?