Displaying 1 result from an estimated 1 matches for "a6f5b83d402a394e0369f876470b4319".
2006 Aug 15
0
Benchmarking not being included?
...e this:
Rendering main/index
Completed in 0.06379 (15 reqs/sec) | Rendering: 0.02569 (40%) | DB:
0.02510 (39%) | 200 OK [http://demo.test-server.tv/]
Instead, what I''m seeing looks like this:
Processing MainController#index (for 74.65.211.200 at 2006-08-15 18:30:54) [GET]
Session ID: a6f5b83d402a394e0369f876470b4319
Parameters: {"action"=>"index", "controller"=>"main"}
Rendering within layouts/main
Rendering main/index
As near as I can tell, the line I want should be emitted by
perform_action_with_benchmark, if the logger is present (which it
clearly is, becau...