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:
Aurelien DARRAGON 2024-01-30 16:00:40 +01:00
parent 59acb27001
commit 4455756c26

View 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 |