aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/performance_testing.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2012-12-25 20:39:23 +0100
committerYves Senn <yves.senn@gmail.com>2012-12-25 20:39:23 +0100
commit6c8a48e6c6b6522d1ec3c1c4f9349994f779517d (patch)
tree7588fde7be1718decdff47d8ad4dbe9021146e96 /guides/source/performance_testing.md
parent95fa0e69de373e741d3797617950c0e2ed76f950 (diff)
downloadrails-6c8a48e6c6b6522d1ec3c1c4f9349994f779517d.tar.gz
rails-6c8a48e6c6b6522d1ec3c1c4f9349994f779517d.tar.bz2
rails-6c8a48e6c6b6522d1ec3c1c4f9349994f779517d.zip
replace AS::BufferedLogger doc mentions with AS::Logger
Diffstat (limited to 'guides/source/performance_testing.md')
-rw-r--r--guides/source/performance_testing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/performance_testing.md b/guides/source/performance_testing.md
index 182f7eb0fd..ee0059623c 100644
--- a/guides/source/performance_testing.md
+++ b/guides/source/performance_testing.md
@@ -415,7 +415,7 @@ tests will set the following configuration parameters:
```bash
ActionController::Base.perform_caching = true
ActiveSupport::Dependencies.mechanism = :require
-Rails.logger.level = ActiveSupport::BufferedLogger::INFO
+Rails.logger.level = ActiveSupport::Logger::INFO
```
As `ActionController::Base.perform_caching` is set to `true`, performance tests