https://bz.apache.org/bugzilla/show_bug.cgi?id=69796

            Bug ID: 69796
           Summary: Support fractional seconds for duration (%T)
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: Other
                OS: other
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: mod_log_config
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

It would be nice if mod_log_config supported fractional seconds for duration.
While %D and %{ms}T work, it's not as human readable. Other HTTP servers (like
Tomcat) and log consuming software (like GoAccess) support absolute seconds
with a fraction.

It's worth noting that %t does support the msec/usec_frac specifier, so you can
do things like "%{%Y-%m-%d %T}t.%{usec_frac}t" to get fractions of a second for
your timestamps. Doing it this way for %T would make sense, as it would allow
the user to decide if they want a fractional second, and to what precision. For
example, "%T.%{msec_frac}T" would have a millisecond fractional part.

https://bz.apache.org/bugzilla/show_bug.cgi?id=43296 previously requested this,
but was satisified by the existence of %D.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to