mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04:00
DOC: mention that %ms is left-padded with zeroes.
That's important to emit logs.
This commit is contained in:
parent
685c014e99
commit
812c88ec12
1 changed files with 1 additions and 1 deletions
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Reference in a new issue