From d578440116e3e7c5c26eaaa3df14f8fb98507742 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Mon, 18 Apr 2016 09:28:49 -0700 Subject: [PATCH] Log warnings in test environment --- config/environments/test.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/environments/test.rb b/config/environments/test.rb index 5c6dadf..138af8c 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -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