Disable file log in test env

#206
This commit is contained in:
Artur Beljajev 2016-10-20 23:58:04 +03:00
parent 6fc1a3d583
commit 920fe19323

View file

@ -63,7 +63,7 @@ Rails.application.configure do
Bullet.add_whitelist type: :counter_cache, class_name: 'Contact', association: :versions
end
# config.logger = Logger.new(STDOUT)
config.logger = ActiveSupport::Logger.new(nil)
end
# In this mode, any jobs you queue will be run in the same thread, synchronously