aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-10-19 22:39:11 +0200
committerJosé Valim <jose.valim@gmail.com>2011-10-19 22:39:11 +0200
commitc83d9a11c00bc13e1f8f0fa0e8fb6185cacd5fc9 (patch)
tree0f551c45ee8ecfd954532217dabe437c768ee972 /railties/CHANGELOG
parent6c126015a676c376f1646713fbb739049a783238 (diff)
downloadrails-c83d9a11c00bc13e1f8f0fa0e8fb6185cacd5fc9.tar.gz
rails-c83d9a11c00bc13e1f8f0fa0e8fb6185cacd5fc9.tar.bz2
rails-c83d9a11c00bc13e1f8f0fa0e8fb6185cacd5fc9.zip
Unify logger and taggedlogging middleware as both address logging concerns.
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 181019f851..7f7b24804d 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,6 +1,6 @@
*Rails 3.2.0 (unreleased)*
-* Added Rails::Rack::TaggedLogging middleware by default that will apply any tags set in config.log_tags to the newly ActiveSupport::TaggedLogging Rails.logger. This makes it easy to tag log lines with debug information like subdomain and request id -- both very helpful in debugging multi-user production applications [DHH]
+* Updated Rails::Rack::Logger middleware to apply any tags set in config.log_tags to the newly ActiveSupport::TaggedLogging Rails.logger. This makes it easy to tag log lines with debug information like subdomain and request id -- both very helpful in debugging multi-user production applications [DHH]
* Default options to `rails new` can be set in ~/.railsrc [Guillermo Iguaran]