<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p><br>
</p>
<div class="moz-cite-prefix">On 12/8/23 11:43 AM, Wessel, Keith via
users wrote:<br>
</div>
<blockquote type="cite"
cite="mid:BN6PR11MB4180E26DE4D9E56D426D0756CB8AA@BN6PR11MB4180.namprd11.prod.outlook.com">
<pre class="moz-quote-pre" wrap="">
I'm trying to get more detailed logging out of the HTTP client, but setting org.apache.http to DEBUG in my logback config gives me nothing extra in the log.</pre>
</blockquote>
<p><br>
</p>
<p>If this is IdP v5, note that the HttpClient lib and its
dependency HttpCore were updated in that release to their 5.x
series as well, and the package names are all different. For the
HttpClient and HttpCore projects the top-level packages are
respectively:</p>
<p>org.apache.hc.client5<br>
org.apache.hc.core5</p>
<p>If you want the on-the-wire log of the actual request and
response exchange it will be this category:</p>
<p>org.apache.hc.client5.http.wire</p>
<p>And/or maybe this, they apparently have both:<br>
</p>
<p>org.apache.hc.core5.http.wire<br>
</p>
</body>
</html>