From 7862201de9e3e8229e33a28d17fb2edb691eead0 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Mon, 24 Mar 2014 09:57:28 +0100 Subject: [PATCH] Add source for 'Rendered' message suppression --- config/environments/production.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 87c5efd..ad3c03d 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -34,6 +34,7 @@ Gitlab::Application.configure do # config.log_level = :debug # Suppress 'Rendered template ...' messages in the log + # source: http://stackoverflow.com/a/16369363 %w{render_template render_partial render_collection}.each do |event| ActiveSupport::Notifications.unsubscribe "#{event}.action_view" end -- libgit2 0.21.2