From ceb91033a6d65dd8f9af51664384660f6c26cfee Mon Sep 17 00:00:00 2001 From: Georg Kahest Date: Mon, 7 Mar 2016 14:57:39 +0200 Subject: [PATCH] dont generate assets on the fly --- config/environments/staging.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/staging.rb b/config/environments/staging.rb index 7ffc82641..70ed04089 100644 --- a/config/environments/staging.rb +++ b/config/environments/staging.rb @@ -43,7 +43,7 @@ Rails.application.configure do # config.force_ssl = true # Set to :debug to see everything in the log. - config.log_level = :info + config.log_level = :debug # Prepend all log lines with the following tags. config.log_tags = [:subdomain, :uuid, :remote_ip]