diff options
author | Godfrey Chan <godfreykfc@gmail.com> | 2014-11-25 03:55:54 -0800 |
---|---|---|
committer | Godfrey Chan <godfreykfc@gmail.com> | 2014-11-25 03:55:54 -0800 |
commit | a50bf9d9a7ac10ef3426cf7c98135ac2e61369be (patch) | |
tree | fc68ca19a1cc07975c15ac7e069312e7da693eb3 | |
parent | 56f2b70db1210f63e972a8755551cc6eb95dc497 (diff) | |
download | rails-a50bf9d9a7ac10ef3426cf7c98135ac2e61369be.tar.gz rails-a50bf9d9a7ac10ef3426cf7c98135ac2e61369be.tar.bz2 rails-a50bf9d9a7ac10ef3426cf7c98135ac2e61369be.zip |
The default hasn't changed, so this is not an incompatibility [ci skip]
-rw-r--r-- | guides/source/4_2_release_notes.md | 16 |
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 |