Skip to content

Commit

Permalink
Merge pull request #17757 from zzak/railties-default-to-debug-log_level
Browse files Browse the repository at this point in the history
Always default the log_level to :info for Railties
  • Loading branch information
chancancode committed Nov 25, 2014
2 parents 692ca94 + 116de07 commit 6b8cd68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions railties/test/isolation/abstract_unit.rb
Expand Up @@ -143,6 +143,7 @@ def build_app(options = {})
config.active_support.deprecation = :log
config.active_support.test_order = :random
config.action_controller.allow_forgery_protection = false
config.log_level = :info
RUBY
end

Expand Down

0 comments on commit 6b8cd68

Please sign in to comment.