ruby on rails - Can't find production.log file in my server -
i deploying rails app ec2 using capistrano , works fine.
except cannot find production.log or staging.log file in shared folder.
i ran
$ cap deploy:setup $ cap deploy:check $ cap deploy
and both work fine.
when ssh in instance log folder in my_application/current/log empty
any idea?
thanks
ok solved removing app on server , running cap deploy:setup application owned root user , not write in log file
Comments
Post a Comment