]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: config: fix ambiguous info in log-steps directive description
authorAurelien DARRAGON <adarragon@haproxy.com>
Thu, 2 Apr 2026 17:08:30 +0000 (19:08 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Fri, 3 Apr 2026 10:10:14 +0000 (12:10 +0200)
log-steps takes <steps> as parameter. <steps> 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

doc/configuration.txt

index d88b9651b64cbde7a136b332234d3e6fa1749848..5e385b7610458dd370883195ca1bc79c8c4504f1 100644 (file)
@@ -9401,7 +9401,7 @@ log-steps <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.