diff --git a/Gemfile_rails4.lock b/Gemfile_rails4.lock index 349d219be..513364a77 100644 --- a/Gemfile_rails4.lock +++ b/Gemfile_rails4.lock @@ -33,7 +33,7 @@ GIT GIT remote: git://github.com/rails/rails.git - revision: 8487692903c05e7ba94b7b02c19e96589be091d4 + revision: 025b63db308fbbf942a3bc2673d4aadab968c524 branch: 4-0-stable specs: actionmailer (4.0.0) diff --git a/config/environments/profile.rb b/config/environments/profile.rb index 2e51ad468..31a652e0a 100644 --- a/config/environments/profile.rb +++ b/config/environments/profile.rb @@ -4,6 +4,8 @@ Discourse::Application.configure do # Code is not reloaded between requests config.cache_classes = true + config.log_level = :info + # Full error reports are disabled and caching is turned on config.consider_all_requests_local = false config.action_controller.perform_caching = true