Httpd Logging Configuration: Difference between revisions
Jump to navigation
Jump to search
(→%T) |
(→%t) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 16: | Line 16: | ||
The request is recorded with the correct "landing" time, but it may appear in the log later that the requests arrived at the same time, if it longer than those. | The request is recorded with the correct "landing" time, but it may appear in the log later that the requests arrived at the same time, if it longer than those. | ||
Also see: | |||
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;"> | |||
:[[Undertow_WildFly_Subsystem_Configuration_-_access-log#.25t|WildFly Undertow Timestamp Logging]] | |||
</blockquote> | |||
==%T== | ==%T== | ||
Line 22: | Line 28: | ||
==%D== | ==%D== | ||
The time taken to serve the request, in microseconds. |
Latest revision as of 15:55, 15 December 2016
External
- https://httpd.apache.org/docs/current/en/logs.html#accesslog
- Log Formats https://httpd.apache.org/docs/current/en/mod/mod_log_config.html#formats
Internal
Format
%t
Time the request was received, in the format [18/Sep/2011:19:18:28 -0400]. The last number indicates the timezone offset from GMT
The request is recorded with the correct "landing" time, but it may appear in the log later that the requests arrived at the same time, if it longer than those.
Also see:
%T
The time taken to serve the request, in seconds.
%D
The time taken to serve the request, in microseconds.