adoroszlai commented on code in PR #6657:
URL: https://github.com/apache/ozone/pull/6657#discussion_r1595003760


##########
hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/client/ClientTrustManager.java:
##########
@@ -145,7 +145,7 @@ private void initialize(List<X509Certificate> caCerts)
   private List<X509Certificate> loadCerts(CACertificateProvider 
caCertsProvider)
       throws CertificateException {
     try {
-      LOG.info("Loading certificates for client.");
+      LOG.debug("Loading certificates for client.");

Review Comment:
   @sarvekshayr `TestOzoneContainerWithTLS` needs to set log level for 
`ClientTrustManager` to `DEBUG`



-- 
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.

To unsubscribe, e-mail: [email protected]

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