From: Willy Tarreau Date: Sun, 9 Aug 2015 08:56:35 +0000 (+0200) Subject: DOC: mention that %ms is left-padded with zeroes. X-Git-Tag: v1.6-dev4~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=812c88ec126e8fc4fc0f7853f265594d03c63956;p=thirdparty%2Fhaproxy.git DOC: mention that %ms is left-padded with zeroes. That's important to emit logs. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index f30ab42fd9..d8b5a4a533 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -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 |