zymap commented on a change in pull request #2740:
URL: https://github.com/apache/bookkeeper/pull/2740#discussion_r660396852
##########
File path:
bookkeeper-server/src/main/java/org/apache/bookkeeper/tls/TLSContextFactory.java
##########
@@ -130,7 +191,7 @@ private KeyManagerFactory initKeyManagerFactory(String
keyStoreType, String keyS
KeyManagerFactory kmf = null;
if (Strings.isNullOrEmpty(keyStoreLocation)) {
- LOG.error("Key store location cannot be empty when Mutual
Authentication is enabled!");
+ log.error("Key store location cannot be empty when Mutual
Authentication is enabled!");
Review comment:
If we use the slf4j, looks like we can remove line 147?
--
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]