]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: config: fix typo for '%ms' log format alternative
authorAurelien DARRAGON <adarragon@haproxy.com>
Tue, 30 Jan 2024 15:00:40 +0000 (16:00 +0100)
committerAurelien DARRAGON <adarragon@haproxy.com>
Mon, 5 Feb 2024 13:54:37 +0000 (14:54 +0100)
As found in the documentation: '%ms' can be replaced with
%[accept_date(ms),ms_utime("%3N")] alternative, however the closing
bracket was missing.

doc/configuration.txt

index afedceef0594d6ccffc547a11a5ca44959bdd8ae..156a46e7fda5c30c76bf1d826482e81d1eb868b2 100644 (file)
@@ -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    |