]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: mention that %ms is left-padded with zeroes.
authorWilly Tarreau <w@1wt.eu>
Sun, 9 Aug 2015 08:56:35 +0000 (10:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 9 Aug 2015 08:56:35 +0000 (10:56 +0200)
That's important to emit logs.

doc/configuration.txt

index f30ab42fd9fac5a3be08beb5ff592adfaff1fb50..d8b5a4a5337b76dc3dfaad17969d37566a99194b 100644 (file)
@@ -14104,7 +14104,7 @@ Please refer to the table below for currently defined variables :
   |   | %hrl | captured_request_headers CLF style            | string list |
   |   | %hs  | captured_response_headers default style       | string      |
   |   | %hsl | captured_response_headers CLF style           | string list |
-  |   | %ms  | accept date milliseconds                      | numeric     |
+  |   | %ms  | accept date milliseconds (left-padded with 0) | numeric     |
   |   | %pid | PID                                           | numeric     |
   | H | %r   | http_request                                  | string      |
   |   | %rc  | retries                                       | numeric     |