From bac829229ddd86f2d23282e8160922611b928c73 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 31 Jul 2019 10:48:39 +0200 Subject: [PATCH] Update docs reflecting Apache HttpClient's wire logging feature. Closes gh-451. --- src/main/asciidoc/reference/client-support.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/asciidoc/reference/client-support.adoc b/src/main/asciidoc/reference/client-support.adoc index 3fd534e7..a45dc60b 100644 --- a/src/main/asciidoc/reference/client-support.adoc +++ b/src/main/asciidoc/reference/client-support.adoc @@ -43,6 +43,8 @@ dependencies to your project. You can omit the version number if using ---- ==== +NOTE: Apache HttpClient's https://hc.apache.org/httpcomponents-client-4.5.x/logging.html[wire logging] can be enabled through logging configuration. Make sure to not accidentally enable logging as logs may expose traffic between your application and Vault in plain text. + .Netty Dependency ==== [source, xml]