Skip to content

Instantly share code, notes, and snippets.

@groman-me
Created September 13, 2012 06:46
Show Gist options
  • Save groman-me/3712416 to your computer and use it in GitHub Desktop.
Save groman-me/3712416 to your computer and use it in GitHub Desktop.
Loggers
# AR
ActiveRecord::Base.logger = Logger.new(STDOUT)
# Redis
$redis.client.logger = Rails.logger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment