diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2007-11-01 07:57:18 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2007-11-01 07:57:18 +0000 |
commit | e17252f89188839b357ba95288e90039d2328179 (patch) | |
tree | d431562c3c4736dbae2c968e349d7ceade3e6f90 | |
parent | da532b92fd5ce24ee16b6d091708bf982aab07a5 (diff) | |
download | rails-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
-rwxr-xr-x | railties/lib/commands/performance/request.rb | 1 |
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' |