Vercel Logs
Stream Vercel deployment logs into Gonzo for real-time terminal analysis
How It Works
Quick Start
Prerequisites
Stream Logs
vercel logs <deployment_url_or_id> -j | jq --unbuffered '
(.message | sub("^\\[.*?\\] "; "") | fromjson) + {source, requestPath, domain, requestMethod, responseStatusCode}
' | gonzoWhat Gets Unwrapped
Source
Fields
Description
Usage Patterns
Batch fetch (no streaming):
Write to file for external analysis:
With AI analysis:
Filter by branch:
Filtering in Gonzo
Filter
What you'll see
The [prefix] Explained
Notes
Troubleshooting
Problem
Fix
Last updated