Hi Tim,
this isn't really rufus-scheduler related, you should have a look at :
http://groups.google.com/group/rubyonrails-talk
http://groups.google.com/group/rubyonrails-talk/search?q=disable+logging&start=0&scoring=d&
It's probably about manipulation the ActiveRecord::Base.logger which
yields an instance of
http://api.rubyonrails.org/classes/ActiveSupport/BufferedLogger.html
Setting temporarily
ActiveRecord::Base.logger.level = 5
and then back to its previous value should do the trick, but beware of
other operations running [almost] concurrently.
Hope this helps, best regards,
--
John Mettraux - http://jmettraux.wordpress.com