aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-11-01 07:57:18 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-11-01 07:57:18 +0000
commite17252f89188839b357ba95288e90039d2328179 (patch)
treed431562c3c4736dbae2c968e349d7ceade3e6f90 /railties
parentda532b92fd5ce24ee16b6d091708bf982aab07a5 (diff)
downloadrails-e17252f89188839b357ba95288e90039d2328179.tar.gz
rails-e17252f89188839b357ba95288e90039d2328179.tar.bz2
rails-e17252f89188839b357ba95288e90039d2328179.zip
Don't eliminate the logger by default
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8063 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties')
-rwxr-xr-xrailties/lib/commands/performance/request.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/lib/commands/performance/request.rb b/railties/lib/commands/performance/request.rb
index 8e19c9d6ed..1773886487 100755
--- a/railties/lib/commands/performance/request.rb
+++ b/railties/lib/commands/performance/request.rb
@@ -1,5 +1,4 @@
#!/usr/bin/env ruby
-RAILS_DEFAULT_LOGGER = nil
require 'config/environment'
require 'application'
require 'action_controller/request_profiler'