I am experiencing something curious with the rails logger.
When I insert a Rails.logger.info(\"Some text\") in the code, usually to trace flow, I am getting two lines of
Try moving the rails_12factor gem (if you've got it installed) to the production group.
group :production do gem 'rails_12factor' end