Skip to content

Instantly share code, notes, and snippets.

@dsturnbull
Created September 1, 2011 04:30
Show Gist options
  • Save dsturnbull/1185453 to your computer and use it in GitHub Desktop.
Save dsturnbull/1185453 to your computer and use it in GitHub Desktop.
if ENV.include?('RAILS_ENV') && !Object.const_defined?('RAILS_DEFAULT_LOGGER')
require 'logger'
RAILS_DEFAULT_LOGGER = Logger.new(STDOUT)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment