The following log line in Rails log is common.
Completed in 0.13425 (7 reqs/sec) | Rendering: 0.03244 (29%) | DB: ).0863 (65%) | 200 OK [htt://localhost/reviews]
But in my development log file, I see the whole line except the (7 reqs/sec) part. Why this reqs/sec is not shown in my log?? How can I make it appear??