You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update clients.adoc to show how to log Request/Response for Rest5_Client (#3157)
* Update clients.adoc to show how to log Request/Response for Rest5_Client
Signed-off-by: Steven <[email protected]>
* Update clients.adoc to use tabs when available
---------
Signed-off-by: Steven <[email protected]>
To see what is actually sent to and received from the server `Request` / `Response` logging on the transport level needs to be turned on as outlined in the snippet below.
461
-
This can be enabled in the Elasticsearch client by setting the level of the `tracer` package to "trace" (see
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
0 commit comments