Explicitly set log level for production environment
This commit is contained in:
parent
66f8503740
commit
c9729d66d6
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@ Diaspora::Application.configure do
|
|||
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
|
||||
# config.force_ssl = true
|
||||
|
||||
# See everything in the log (default is :info)
|
||||
# config.log_level = :debug
|
||||
# Log level
|
||||
config.log_level = :info
|
||||
|
||||
# Prepend all log lines with the following tags
|
||||
# config.log_tags = [ :subdomain, :uuid ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue