Skip to content

Instantly share code, notes, and snippets.

@dongalor
Created August 23, 2016 14:47
Show Gist options
  • Save dongalor/d559648c9075d58fa706d6f0c5b12779 to your computer and use it in GitHub Desktop.
Save dongalor/d559648c9075d58fa706d6f0c5b12779 to your computer and use it in GitHub Desktop.
desc 'Setup logger'
task :verbose => [:environment] do
logger = Rails.logger = ActiveRecord::Base.logger = Logger.new(STDOUT)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment