how to get access to terminal
how can i open the terminal of service, like my python bot
7 Replies
Project ID:
N/A
railway doesn't support SSH
aight, but my app log everything in seperate file, how can i read it?
I guess you'll need to add some kind of endpoint to access the file, although I super recommend you don't log to a seperate file
railway logs stdout to their own logs UI which you can use to read logs
okay, thanks 🙂
no problem :)
tl;dr log to stdout / stderr, not a file