From: Aurelien DARRAGON Date: Tue, 30 Jan 2024 15:00:40 +0000 (+0100) Subject: DOC: config: fix typo for '%ms' log format alternative X-Git-Tag: v3.0-dev3~86 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4455756c26ceb69fd106b4c6cd4ddee396957699;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index afedceef05..156a46e7fd 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -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 |