be explicit about log level

This commit is contained in:
Sam 2014-11-17 16:58:14 +11:00
parent 6f7a89dcaa
commit 85e5e912b2
1 changed files with 2 additions and 0 deletions

View File

@ -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