diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-12-03 13:34:25 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-12-03 13:34:25 +0100 |
commit | 0dcff1342b38c093a05c9edd13d422ee0b37b7bd (patch) | |
tree | 4b893c31edddb24a8ecbe47ef49c1d9556cd4819 /config/environments | |
parent | 2955ca613bfe13cd15c43d082be934075636ae0e (diff) | |
parent | 6689224a90f3d2500be5d927ea1ed9656fc7b1b6 (diff) | |
download | gitlab-ce-0dcff1342b38c093a05c9edd13d422ee0b37b7bd.tar.gz |
Merge branch 'master' into reference-pipeline-and-caching
Diffstat (limited to 'config/environments')
-rw-r--r-- | config/environments/production.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb index 317b113e100..909526605a1 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -32,7 +32,7 @@ Rails.application.configure do # config.force_ssl = true # See everything in the log (default is :info) - # config.log_level = :debug + config.log_level = :info # Suppress 'Rendered template ...' messages in the log # source: http://stackoverflow.com/a/16369363 |