From 85e5e912b2c5c15681bc4fb21f8c2a0dd0a534b5 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 17 Nov 2014 16:58:14 +1100 Subject: [PATCH] be explicit about log level --- config/environments/production.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/environments/production.rb b/config/environments/production.rb index aa4cd5719..30263174a 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -22,6 +22,8 @@ Discourse::Application.configure do # Generate digests for assets URLs config.assets.digest = true + config.log_level = :info + # Enable locale fallbacks for I18n (makes lookups for any locale fall back to # the I18n.default_locale when a translation can not be found) config.i18n.fallbacks = true