Merge pull request #5863 from rosenfeld/explicit-log-level

Make log_level explicit in production.rb template
This commit is contained in:
Jeremy Kemper 2012-04-16 07:51:18 -07:00
commit 4db5b55542
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,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
# Set to :debug to see everything in the log.
config.log_level = :info
# Prepend all log lines with the following tags.
# config.log_tags = [ :subdomain, :uuid ]