view disk files
Hi! I would like to see files created by my deployed application. How I could do this?
27 Replies
Project ID:
N/A
N/A
Solution
You'd just make some code to read every file in the disk, and display it
Can I view those files in console?
if you print them to stdout you can view them in the deployment logs. but let's dig into this, what is the usecase for seeing the files in the disk?
debugging. Our server feeds too much memory and those files can help me to understand what is going on
what kind of files if I may ask?
json
do you not see this problem locally?
no
what kind of app/server is this
Brody, I have a question - how can I view those files?
fragly answered that already
So, I should make some code?
yes
This means - you don't have a way to view disk space?
correct
Than you for your answer, but I am surprised. I can run my server, but can't see its cache to debug its responses
Am I the first one who asks such a feature?
people have asked for ssh before
but in my opinion your usecase of debugging memory should be built into your app
Cool! Can I have ssh?
railway does not offer ssh
Is it a part of politics, or just haven't implement yet ?
it doesn't really fit the usecase of empherial deployments
I see. OK, thank you for your answers!
no problem!