Explicitly set log level for production environment

This commit is contained in:
Jonne Haß 2015-03-02 01:34:50 +01:00
parent 66f8503740
commit c9729d66d6

View file

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