Skip to content

Instantly share code, notes, and snippets.

@jenkek
Created October 16, 2013 05:13
Show Gist options
  • Save jenkek/7002925 to your computer and use it in GitHub Desktop.
Save jenkek/7002925 to your computer and use it in GitHub Desktop.
rails: disable sql & sunspot logger in console
1.9.1 :001 > ActiveRecord::Base.logger.level = 4
1.9.1 :002 > Sunspot::Rails::LogSubscriber.logger.level = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment