From: Aurelien DARRAGON Date: Thu, 2 Apr 2026 17:08:30 +0000 (+0200) Subject: DOC: config: fix ambiguous info in log-steps directive description X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=882176a60216239be80fd4dc6037e30023ab1653;p=thirdparty%2Fhaproxy.git DOC: config: fix ambiguous info in log-steps directive description log-steps takes as parameter. is made of individual log origins separated by commas, as shown in the examples, but the directive's description says it should be separated by spaces, which is wrong. Let's fix that It should be backported up to 3.2 --- diff --git a/doc/configuration.txt b/doc/configuration.txt index d88b9651b..5e385b761 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -9401,7 +9401,7 @@ log-steps same transaction. Special value 'all' may be used to enable all available log origins, making it possible to track a transaction from accept to close. Indidivual log origins may also be specified using their names separated by - spaces to selectively enable when logs should be produced. + commas to selectively enable when logs should be produced. Common log origins are: accept, connect, request, response, close.