In my .irbrc file I require 'logger' to allow me to see the SQL executed when querying ActiveRecords all while in the script/console.
My question is, how do I temporarily turn off the logger so it doesn't display the SQL just for a few ActiveRecord queries?