Where would I find the log file for a ruby on rails application? I am using capistrano to deploy and it is not deploying.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Capistrano itself produces no log files – it outputs everything it is doing to the screen:
The app’s log file will be in the app’s log folder by default.
If using passenger then an app that fails to start will often leave information in apache/nginx’s error log