2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00
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 12:10:11 +01:00
# frozen_string_literal: true
task log: :environment do
ActiveRecord::Base.logger = Logger.new(STDOUT)
end