Skip to content

Instantly share code, notes, and snippets.

@IcyMidnight
Created November 14, 2009 00:58
Show Gist options
  • Save IcyMidnight/234317 to your computer and use it in GitHub Desktop.
Save IcyMidnight/234317 to your computer and use it in GitHub Desktop.
Turn on the sequel gem's query logging in merb
Merb.logger.info.auto_flush = true; ::Sequel::DATABASES.each { |db| db.logger = Merb.logger.info}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment