Log warnings in test environment

This commit is contained in:
Erik Michaels-Ober 2016-04-18 09:28:49 -07:00
parent 7392ede482
commit d578440116
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ Rails.application.configure do
config.consider_all_requests_local = true
config.action_controller.perform_caching = false
config.log_level = :warn
# Raise exceptions instead of rendering exception templates.
config.action_dispatch.show_exceptions = false