1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Always default the log_level to :info for Railties

This commit is contained in:
Zachary Scott 2014-11-24 15:39:11 -08:00
parent 47728d53aa
commit 116de0731e

View file

@ -143,6 +143,7 @@ module TestHelpers
config.active_support.deprecation = :log
config.active_support.test_order = :random
config.action_controller.allow_forgery_protection = false
config.log_level = :info
RUBY
end