ralyodio
PROOP
a year ago
i'm only getting deploy logs when I do railway logs
15 Replies
a year ago
Aren't deploy logs the same thing as the Docker logs?
a year ago
Are you referring to build logs? Or http logs? You can use railway logs --build to access build logs
a year 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.
a year 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

a year ago
deployment logs (server side logs) i.e.

a year ago
Which can also be found in the dashboard

a year ago
Please make a new thread