Used to be able to do this:
Mongoid.config.logger = Logger.new(STDOUT)
It looks like it changed to Mongoid.logger, but assigning an STDOUT logger to that doesn't yield queries on STDOUT.
What's the best way to enable query logging to stdout in Mongoid 3.x?
Thanks,