From 882176a60216239be80fd4dc6037e30023ab1653 Mon Sep 17 00:00:00 2001 From: Aurelien DARRAGON Date: Thu, 2 Apr 2026 19:08:30 +0200 Subject: [PATCH] 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 --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.