From: Aurelien DARRAGON Date: Tue, 28 May 2024 08:40:46 +0000 (+0200) Subject: DOC: config: add %ID logformat alias alternative X-Git-Tag: v3.0.0~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9740230fcb1c41e67491c1e8de16e80cc66cc77;p=thirdparty%2Fhaproxy.git DOC: config: add %ID logformat alias alternative unique-id sample fetch may be used instead of %ID alias but it wasn't mentioned explicitly in the doc. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 731158aa83..ddbe90a2cd 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -26106,6 +26106,7 @@ Please refer to the table below for currently defined aliases : | | | HTTP/%[req.ver] | | +---+------+------------------------------------------------------+---------+ | | %ID | unique-id | string | + | | | %[unique-id] | | +---+------+------------------------------------------------------+---------+ | | %ST | status_code | numeric | | | | %[txn.status] | |