Skip to content

Commit

Permalink
Merge pull request #1418 from ontohub/default_configuration_changes
Browse files Browse the repository at this point in the history
Set default log level to warn in production mode.
  • Loading branch information
eugenk committed Jul 9, 2015
2 parents 07a4df1 + 70d767c commit d98e95d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
# 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
# See only warnings and worse events in the log (default is :info)
config.log_level = :warn

# Prepend all log lines with the following tags
# config.log_tags = [ :subdomain, :uuid ]
Expand Down

0 comments on commit d98e95d

Please sign in to comment.