I deployed an application on AWS EC2, I'm using Capistrano for deployment. However, the production log on my local machine is empty. According to production.log empty on Rails 4 / Capistrano / Passenger / Nginx server (digital ocean), I removed rails_12factor from Gemfile in production, but it is still not working.
I actually really confused, because, according to many related replies on Stack Overflow, production log seems automatically appear in the production.log on my local machine, I'm wondering how it happens? If my assumption is incorrect, then where can I see the production log.
I used rails 4.2.2.