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_r401884652
 
 

 ##########
 File path: 
utils/src/main/java/org/apache/commons/httpclient/contrib/ssl/EasyX509TrustManager.java
 ##########
 @@ -58,7 +57,7 @@
     private X509TrustManager standardTrustManager = null;
 
     /** Log object for this class. */
-    private static final Log LOG = 
LogFactory.getLog(EasyX509TrustManager.class);
+    private static final Logger s_logger = 
Logger.getLogger(EasyX509TrustManager.class.getName());
 
 Review comment:
   please rename

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to