From 4455756c26ceb69fd106b4c6cd4ddee396957699 Mon Sep 17 00:00:00 2001 From: Aurelien DARRAGON Date: Tue, 30 Jan 2024 16:00:40 +0100 Subject: [PATCH] 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. --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index afedceef0..156a46e7f 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 |