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

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -