how do I access files stored on a volume?
Hello everyone! I just created a volume to store logs. The logs a re generated in my express server. I have mounted the volume to the service. How can I access those files now? Thanks!
3 Replies
Project ID:
72fd79dc-7af9-4071-9a9d-f9697585ae65
72fd79dc-7af9-4071-9a9d-f9697585ae65
all file access has to be done by the service it's attached to, railway doesn't provide a native filebrowser, sftp access, etc
for logs you would want to send them unbuffered to stdout/stderr so you could view them in the deployment logs of your service