I have a rails app on Heroku that is not logging at the application level.
Current versions:
- ruby 1.9.3
- rails 3.1.3
In the config/environment/production.rb there are the following lines:
config.logger = Logger.new(STDOUT)
config.log_level = :info
What am I missing? What else should I look for?