Created
August 23, 2016 14:47
-
-
Save dongalor/d559648c9075d58fa706d6f0c5b12779 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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