Closed
Bug 808973
Opened 12 years ago
Closed 12 years ago
please change bmo's apache LogFormat to include "time taken, microseconds"
Categories
(Developer Services :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: glob, Assigned: ashish)
Details
currently bmo's log format is:
LogFormat "%h %l %{Bugzilla_login}C %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %T %v" combined
%T is the time taken, but it's in seconds, so it isn't particularly useful outside of identifying very slow requests.
can you please add %D (time taken to serve the request, in microseconds) to the end of this format?
LogFormat "%h %l %{Bugzilla_login}C %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %T %v %D" combined
thanks.
Comment 1•12 years ago
|
||
Going to punt this to ashish, coz he'll probably get to it faster than I can at this point.
Assignee: server-ops-devservices → ashish
Comment 2•12 years ago
|
||
CC'ing Anurag, in case this will affect metrics.
Comment 3•12 years ago
|
||
Scratch that...I didn't pay attention.
As long as you don't touch Zeus logging, Anurag is happy.
Assignee | ||
Comment 4•12 years ago
|
||
Deployed.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Component: Server Operations: Developer Services → General
Product: mozilla.org → Developer Services
You need to log in
before you can comment on or make changes to this bug.
Description
•