discourse/lib/tasks/log.rake

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
110 B
Ruby
Raw Normal View History

2020-09-03 07:10:11 -04:00
# frozen_string_literal: true
task log: :environment do
ActiveRecord::Base.logger = Logger.new(STDOUT)
end