How to get ActiveRecord and Rails to print SQL to the production log

Add to the end of config/environment.rb: ```ruby ActiveRecord::Base.logger.level = Logger::DEBUG ```