aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2014-11-01 12:37:41 -0700
committerGodfrey Chan <godfreykfc@gmail.com>2014-11-01 12:37:41 -0700
commit70177618afd704884e669454173456e41411f136 (patch)
tree1d8fe242606ff5f677ed04d9f8276308ed39c551
parent102ba5fd69f18c7d58d70247090fbdeadfc53ca1 (diff)
downloadrails-70177618afd704884e669454173456e41411f136.tar.gz
rails-70177618afd704884e669454173456e41411f136.tar.bz2
rails-70177618afd704884e669454173456e41411f136.zip
Revert "development.rb should mention available log levels"
This reverts commit 102ba5fd69f18c7d58d70247090fbdeadfc53ca1. Reason: code/template changes cannot be made in docrails
-rw-r--r--railties/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt5
1 files changed, 0 insertions, 5 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt b/railties/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt
index 10787646b9..d8326d1728 100644
--- a/railties/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt
+++ b/railties/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt
@@ -1,11 +1,6 @@
Rails.application.configure do
# Settings specified here will take precedence over those in config/application.rb.
-
- # Available log levels are :debug, :info, :warn, :error, :fatal, and :unknown.
- # Learn more at http://guides.rubyonrails.org/debugging_rails_applications.html#log-levels
- config.log_level = :debug
-
# In the development environment your application's code is reloaded on
# every request. This slows down response time but is perfect for development
# since you don't have to restart the web server when you make code changes.