aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2014-11-25 03:55:54 -0800
committerGodfrey Chan <godfreykfc@gmail.com>2014-11-25 03:55:54 -0800
commita50bf9d9a7ac10ef3426cf7c98135ac2e61369be (patch)
treefc68ca19a1cc07975c15ac7e069312e7da693eb3 /guides
parent56f2b70db1210f63e972a8755551cc6eb95dc497 (diff)
downloadrails-a50bf9d9a7ac10ef3426cf7c98135ac2e61369be.tar.gz
rails-a50bf9d9a7ac10ef3426cf7c98135ac2e61369be.tar.bz2
rails-a50bf9d9a7ac10ef3426cf7c98135ac2e61369be.zip
The default hasn't changed, so this is not an incompatibility [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/4_2_release_notes.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md
index ca61f9968f..a9e134c18d 100644
--- a/guides/source/4_2_release_notes.md
+++ b/guides/source/4_2_release_notes.md
@@ -206,22 +206,6 @@ to start the server with `rails server -b 0.0.0.0` to restore the old behavior.
If you do this, be sure to configure your firewall properly such that only
trusted machines on your network can access your development server.
-### Production logging
-
-The default log level in the `production` environment is now `:debug`. This
-makes it consistent with the other environments, and ensures plenty of
-information is available to diagnose problems.
-
-It can be returned to the previous level, `:info`, in the environment
-configuration:
-
-```ruby
-# config/environments/production.rb
-
-# Decrease the log volume.
-config.log_level = :info
-```
-
### HTML Sanitizer
The HTML sanitizer has been replaced with a new, more robust, implementation