From bea651bc9539b18a68608bb0e9dd55e04ee17108 Mon Sep 17 00:00:00 2001 From: Peter-Josef Meisch Date: Fri, 14 Nov 2025 19:01:33 +0100 Subject: [PATCH] Fix documentation. Closes #3199 Signed-off-by: Peter-Josef Meisch (cherry picked from commit 5821a81db965ff09fef7ee46150ecd01e950f589) --- src/main/antora/modules/ROOT/pages/elasticsearch/clients.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/antora/modules/ROOT/pages/elasticsearch/clients.adoc b/src/main/antora/modules/ROOT/pages/elasticsearch/clients.adoc index 40cd83448..a44ea3649 100644 --- a/src/main/antora/modules/ROOT/pages/elasticsearch/clients.adoc +++ b/src/main/antora/modules/ROOT/pages/elasticsearch/clients.adoc @@ -461,7 +461,7 @@ To see what is actually sent to and received from the server `Request` / `Respon This can be enabled in the Elasticsearch client by setting the level of the `co.elastic.clients.transport.rest5_client.low_level.Request` package to "trace" (see https://www.elastic.co/docs/reference/elasticsearch/clients/java/transport/rest5-client/usage/logging) -.Enable transport layer logging +.Enable transport layer logging [tabs] ====== XML:: @@ -485,4 +485,4 @@ ini:: ---- logging.level.co.elastic.clients.transport.rest5_client.low_level.Request=trace ---- -===== +======