DOC: mention that %ms is left-padded with zeroes.

That's important to emit logs.
This commit is contained in:
Willy Tarreau 2015-08-09 10:56:35 +02:00
parent 685c014e99
commit 812c88ec12

View 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 |