Created
October 16, 2013 05:13
-
-
Save jenkek/7002925 to your computer and use it in GitHub Desktop.
rails: disable sql & sunspot logger in console
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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