Skip to content

Instantly share code, notes, and snippets.

@docunext
Forked from bonyiii/gist:986407
Created August 12, 2012 09:27
Show Gist options
  • Save docunext/3330855 to your computer and use it in GitHub Desktop.
Save docunext/3330855 to your computer and use it in GitHub Desktop.
rails 3 w unicorn to log into console
https://gist.github.com/983588
#Put this in application.rb, or in a rake task initialize code
if defined?(Rails) && (Rails.env == 'development')
Rails.logger = Logger.new(STDOUT)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment