This repository has been archived on 2023-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
osr-discourse-src/lib/tasks/log.rake
T
Daniel Waterworth 5bb30d8016 FIX: whoops, linting
2020-09-03 12:10:11 +01:00

6 lines
110 B
Ruby

# frozen_string_literal: true
task log: :environment do
ActiveRecord::Base.logger = Logger.new(STDOUT)
end