The Logs tab gives you a live view into what your services are doing at the infrastructure level. While the Feed tab focuses on discrete events like errors and deployment outcomes, the Logs tab shows you the raw log lines streaming out of your deployments, builds, and runtime as they happen.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.
Supported sources
LogBrew streams logs from every provider that exposes them:Sentry
Application logs captured by your Sentry SDK. Pulled from Sentry’s logs API and surfaced alongside your event feed.
Vercel
Build, edge, and serverless function logs via Vercel’s log drain. New lines appear as they are emitted during an active build or request.
Railway
Deployment logs and build logs from active Railway services. Logs stream in real time while a deployment is running and remain accessible after it completes.
PostHog
Product error logs from your connected PostHog projects. Polled at a short interval and merged into your unified log view.
Real-time streaming
During an active deployment or live request flow, new log lines appear in the Logs tab as soon as they arrive. You do not need to refresh the view. When you reconnect to LogBrew after being offline, the app fetches any log lines you missed since your last session.Severity filtering
Each log line is classified into one of three severity levels based on what the provider reports:- Error: lines logged at error or fatal level
- Warning: lines logged at warning level
- Info: all other output, including standard build progress