Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.logbrew.co/llms.txt

Use this file to discover all available pages before exploring further.

The Vercel integration delivers deployment lifecycle events and real-time log streaming to LogBrew. Every deployment state change, from the moment a build starts to the final success, failure, or rollback, appears in your feed with the full context you need to act on it.

What you’ll see

  • Deployment started: a new deployment has begun building
  • Deployment succeeded: a deployment completed and is live
  • Deployment failed: a build or deployment error occurred (Critical)
  • Deployment canceled: a deployment was manually or automatically canceled (Warning)
  • Deployment rolled back: a deployment was reverted to a previous version
  • Build, edge, and lambda logs: streamed in real time via Vercel’s log drain

Connect Vercel

1

Open Add Project

In the LogBrew app, tap the Projects tab, then tap Add Project.
2

Select Vercel

Tap Vercel from the list of available integrations.
3

Authorize with OAuth

LogBrew opens the Vercel authorization screen. Approve the requested permissions for your Vercel account.
4

Select a project

After authorization, choose which Vercel project you want to monitor. This creates a LogBrew project in your feed.
5

Done

LogBrew registers a webhook and a log drain with Vercel. Deployment events and logs begin streaming immediately.

Severity mapping

Vercel eventLogBrew severity
Deployment failedCritical
Deployment canceledWarning
Deployment startedInfo
Deployment succeededInfo
Deployment rolled backInfo

Log streaming

LogBrew uses Vercel’s log drain to stream logs in real time. You’ll see build output, edge function logs, and serverless function logs in the Logs tab for your project as they are produced. No polling, no delay. When you disconnect the Vercel integration, LogBrew automatically removes the log drain from your Vercel account.
Live log streaming requires a Vercel plan that supports log drains. Deployment event notifications work on every Vercel plan.
By default, LogBrew only notifies you for Critical events. To receive notifications for successful deployments, go to Settings, Notifications and switch your notification preference to All for this project.