Hi All I’m trying to use httpclient 5 beta to discuss to a http2 server through a proxy.
For the moment, my log4j configuration includes log4j.logger.org.apache.hc.client5.http=DEBUG log4j.logger.org.apache.hc.client5.http.wire=ERROR while it allows me to see part of the communication between client and server, I don’t see the protocol negotiation. Is there somewhere an explanation of the possible logging options for httpclient 5 ? Regards remyA