The Railway integration monitors your services for deployment failures and crashes, and streams live logs directly to LogBrew. When a service crashes or a deployment fails, you get a push notification before you’ve had a chance to open your laptop.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.
What you’ll see
- Deployment failed: a deployment encountered an error and did not complete
- Deployment crashed: a running deployment crashed unexpectedly (Critical)
- Deployment started: a new deployment has begun
- Build logs: live output from the build process
- Deployment logs: live runtime output from your running service
Connect Railway
Authorize with OAuth
LogBrew opens the Railway authorization screen. Approve the requested permissions for your Railway account.
Select a service
After authorization, choose which Railway service you want to monitor. LogBrew creates one project per connection, scoped to the service you select.
One Railway connection equals one LogBrew project. The integration is scoped to the service you selected during setup. To monitor additional services, add them as separate projects from the Projects tab.
Severity mapping
Railway includes severity information in its event payloads. LogBrew uses those values directly:| Railway severity | LogBrew severity |
|---|---|
| CRITICAL | Critical |
| WARNING | Warning |
| INFO | Info |