mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
be explicit about log level
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user