mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
be explicit about log level
This commit is contained in:
parent
6f7a89dcaa
commit
85e5e912b2
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue