diff --git a/config/environments/production.rb b/config/environments/production.rb index 288f2fb32..3adcc72d5 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -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 ]