mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-21 22:28:41 -04:00
DOC: config: fix typo for '%ms' log format alternative
As found in the documentation: '%ms' can be replaced with
%[accept_date(ms),ms_utime("%3N")] alternative, however the closing
bracket was missing.
This commit is contained in:
parent
59acb27001
commit
4455756c26
1 changed files with 1 additions and 1 deletions
|
|
@ -25297,7 +25297,7 @@ Please refer to the table below for currently defined variables :
|
|||
| | | %[accept_date(ms),ms_ltime("%d/%b/%Y:%H:%M:%S.%3N")] | date |
|
||||
+---+------+------------------------------------------------------+---------+
|
||||
| | %ms | Accept date milliseconds | |
|
||||
| | | %[accept_date(ms),ms_utime("%3N") | numeric |
|
||||
| | | %[accept_date(ms),ms_utime("%3N")] | numeric |
|
||||
+---+------+------------------------------------------------------+---------+
|
||||
| H | %tr | Request date local (with millisecond resolution) | |
|
||||
| | | %[request_date(ms),ms_ltime("%d/%b/%Y:%H:%M:%S.%3N")]| date |
|
||||
|
|
|
|||
Loading…
Reference in a new issue