Skip to content

Instantly share code, notes, and snippets.

@linyiru
Forked from akitaonrails/gist:91684
Created April 8, 2009 09:14
Show Gist options
  • Save linyiru/91691 to your computer and use it in GitHub Desktop.
Save linyiru/91691 to your computer and use it in GitHub Desktop.
Rails::Initializer.run do |config|
config.logger = Logger.new(STDOUT)
config.active_record.colorize_logging = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment