Local diagnostics
Run the original command with--verbose to write diagnostic details to stderr. Keep stdout available for structured output:
Body capture and privacy
The CLI supports redacted HTTP body capture in traces. Redaction does not make application data appropriate to share without review. Control capture locally:RIGBOX_TRACE_BODIES=false disables body capture. The environment setting overrides the saved body-capture setting. Disabling telemetry disables export; it does not delete previously recorded traces.
To re-enable, set the corresponding config value to true. Bodies not captured at request time cannot be reconstructed later. Streaming responses and uploads are not buffered for body capture.