2 months ago
Report feature I need:
- Multi-deployment log fetching
From researching, it looks like I am on V1 of Railway ( not sure how to verify).
I am looking for the ability to access logs across old deployments including the active deployed application log.
How do I enable Railway V2 features?
1 Replies
Status changed to Awaiting Railway Response Railway • about 2 months ago
Status changed to Open brody • about 2 months ago
2 months ago
this isn’t a v1/v2 thing. Railway doesn’t have a “v1 vs v2” toggle you need to flip. if you’re on railway.com and can see your project dashboard, you’re already on the current platform. for accessing logs across old deployments, go to your service, click the “Deployments” tab, and you can click into any past deployment to see its logs individually. if what you actually need is aggregated/searchable logs across multiple deployments in one view, Railway doesn’t natively support that, but you can set up log drains (Settings > Observability > Log Drains) to forward all your logs to something like Datadog, Grafana Cloud, or Better Stack, where you can query across deployments easily. that’s the standard way people solve this on Railway.