carterkozak opened a new pull request #236:
URL: https://github.com/apache/httpcomponents-client/pull/236


   Note that this may change the origin of logging when classes
   have been subclassed, as the logger origin will use the class
   name that defined the logger where previously the subclass type
   would be used. In scenarios where external libraries subclass
   httpclient utilities this allows httpclient logging to maintain
   the `org.apache.hc` prefix instead of inheriting arbitrary
   subclass names.
   
   Using some logging frameworks this may result in reduced churn
   when httpclient components are created (new connections, for example)
   because loggers are looked up once per class.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to