I\'ve had great experiences with Sunspot Solr search for Ruby on Rails, however, its log files are growing incredibly large and I can\'t seem to find a way to either rot
In the console, this turns off all logging for me:
Sunspot::Rails::LogSubscriber.logger.level = 4 ActiveRecord::Base.logger.level = 4 Rails.logger.level = 4
My Gem versions: