be explicit about log level
This commit is contained in:
parent
6f7a89dcaa
commit
85e5e912b2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue