mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-20 04:37:04 +00: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
@ -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 New Issue
Block a user