5 months ago
i'm only getting deploy logs when I do railway logs
15 Replies
5 months ago
Aren't deploy logs the same thing as the Docker logs?
5 months ago
Are you referring to build logs? Or http logs? You can use railway logs --build to access build logs
5 months ago
Unfortunately the CLI doesn't provide access to the HTTP logs, you would need to view that in the dashboard.
But if your app is crashing you would want the deployment logs.
5 months ago
those are the logs generated by your app running within the container, so it should be the server-side logs you want.
The HTTP logs are proxy-level logs that looks like this

5 months ago
deployment logs (server side logs) i.e.

5 months ago
Which can also be found in the dashboard

5 months ago
Please make a new thread