DaanHoogland commented on a change in pull request #4003: Logging framework to
use only log4j and wrapper slf4j
URL: https://github.com/apache/cloudstack/pull/4003#discussion_r401884532
##########
File path:
utils/src/main/java/org/apache/commons/httpclient/contrib/ssl/EasySSLProtocolSocketFactory.java
##########
@@ -88,7 +87,7 @@
public class EasySSLProtocolSocketFactory implements ProtocolSocketFactory {
/** Log object for this class. */
- private static final Log LOG =
LogFactory.getLog(EasySSLProtocolSocketFactory.class);
+ private static final Logger s_logger =
Logger.getLogger(EasySSLProtocolSocketFactory.class.getName());
Review comment:
please rename to LOG
----------------------------------------------------------------
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]
With regards,
Apache Git Services