You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a running instance of application int a kubernetes cluster (with debian10 os). I set up logs path in Procfile.options file but I couldn't see this files on running instance.
root@:/sample-app# ls
Gemfile Passengerfile.json Rakefile config kubernetes passenger.3000.pid public test
Gemfile.lock Procfile app config.ru lib passenger.3000.pid.lock resources vendor
Guardfile Procfile.options bin db log pids spec
root@:/sample-app# cd log
root@:/sample-app/log# ls
passenger.3000.log production.log
Did I set up something wrong? Thanks in advance for any help! :)
The text was updated successfully, but these errors were encountered:
Hello!
I have a running instance of application int a kubernetes cluster (with debian10 os). I set up logs path in Procfile.options file but I couldn't see this files on running instance.
Did I set up something wrong? Thanks in advance for any help! :)
The text was updated successfully, but these errors were encountered: