[Catalyst] New log format
Sebastian Riedel
sri at oook.de
Sun Apr 23 22:43:53 CEST 2006
We've changed the log format in the moose branch a bit to make it
easier to read.
[info] *** Request 1 (0.003/s) [11956] [Sun Apr 23 16:35:09
2006] ***
[debug] "GET" request for "/" from "127.0.0.1"
[debug] Rendering template "index.tt"
[info] Request took 0.708605s (1.411/s)
.----------------------------------------------------------------
+-----------.
| Action
| Time |
+----------------------------------------------------------------
+-----------+
| /default
| 0.303773s |
| /end
| 0.299224s |
| -> Neutrino::View::TT->process
| 0.294107s |
'----------------------------------------------------------------
+-----------'
[info] *** Request 2 (0.005/s) [11956] [Sun Apr 23 16:35:20
2006] ***
[debug] "GET" request for "archive/2006/4/23/Test11" from
"127.0.0.1"
[debug] Path is "archive"
[debug] Arguments are "2006/4/23/Test11"
[debug] Rendering template "archive.tt"
[info] Request took 0.364500s (2.743/s)
.----------------------------------------------------------------
+-----------.
| Action
| Time |
+----------------------------------------------------------------
+-----------+
| /archive/archive
| 0.004632s |
| /end
| 0.279839s |
| -> Neutrino::View::TT->process
| 0.277719s |
'----------------------------------------------------------------
+-----------'
--
sebastian
More information about the Catalyst
mailing list