I have installed phussion passenger on osx following this guide from apple. I also used the PassengerPane to configure it.
It works, but it doesn’t write anything to development.log. It’s not a permissions problem.
Do you have any idea why?
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.
OK, I found it.
Logging wasn’t working because of these lines in application.rb:
These were required for using Heroku’s logging, but not anymore.