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)

x86
macOS
task
Not set
normal

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.
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
CC'ing Anurag, in case this will affect metrics.
Scratch that...I didn't pay attention.
As long as you don't touch Zeus logging, Anurag is happy.
Deployed.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
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.