mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-04 02:21:53 +02:00
DOC: config: fix ambiguous info in log-steps directive description
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
This commit is contained in:
parent
f2e362ab22
commit
882176a602
@ -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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user