When I do
Rails.logger.debug \"hello world\" from within my rake tasks I want it to log to standard out.
How do I set the rails logger to Logger.new(STDOUT) fro
With rails 4 you will be using the gem rails_12factor. Place this into your Gemfile and voilà! gem 'rails_12factor_'