@@ -18,23 +18,23 @@ import (
18
18
// This implementation is a subset of Apache mod_log_config.
19
19
// (See http://httpd.apache.org/docs/2.0/mod/mod_log_config.html)
20
20
//
21
- // %b content length in bytes, - if 0
22
- // %B content length in bytes
23
- // %D response elapsed time in microseconds
24
- // %h remote address
25
- // %H server protocol
26
- // %l identd logname, not supported, -
27
- // %m http method
28
- // %P process id
29
- // %q query string
30
- // %r first line of the request
31
- // %s status code
32
- // %S status code preceeded by a terminal color
33
- // %t time of the request
34
- // %T response elapsed time in seconds, 3 decimals
35
- // %u remote user, - if missing
36
- // %{User-Agent}i user agent, - if missing
37
- // %{Referer}i referer, - is missing
21
+ // %b content length in bytes, - if 0
22
+ // %B content length in bytes
23
+ // %D response elapsed time in microseconds
24
+ // %h remote address
25
+ // %H server protocol
26
+ // %l identd logname, not supported, -
27
+ // %m http method
28
+ // %P process id
29
+ // %q query string
30
+ // %r first line of the request
31
+ // %s status code
32
+ // %S status code preceeded by a terminal color
33
+ // %t time of the request
34
+ // %T response elapsed time in seconds, 3 decimals
35
+ // %u remote user, - if missing
36
+ // %{User-Agent}i user agent, - if missing
37
+ // %{Referer}i referer, - is missing
38
38
//
39
39
// Some predefined formats are provided as contants.
40
40
type AccessLogFormat string
0 commit comments