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:
parent
47728d53aa
commit
116de0731e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue