aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2012-04-16 07:51:18 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2012-04-16 07:51:18 -0700
commit4db5b5554269d366fe391542f189b102d88226b4 (patch)
treee46a047194e5a0146264de836b30c099162cbdd8 /railties
parentfd12fe65044b504554a36ae886f336d3ec554fe8 (diff)
parent21f6d723f4ffc232c62ac4ddeba4a6f67c4f51bb (diff)
downloadrails-4db5b5554269d366fe391542f189b102d88226b4.tar.gz
rails-4db5b5554269d366fe391542f189b102d88226b4.tar.bz2
rails-4db5b5554269d366fe391542f189b102d88226b4.zip
Merge pull request #5863 from rosenfeld/explicit-log-level
Make log_level explicit in production.rb template
Diffstat (limited to 'railties')
-rw-r--r--railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt b/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt
index 7b2c86db24..1c980e5ce6 100644
--- a/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt
+++ b/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt
@@ -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 ]