Skip to content

Commit ef4ca38

Browse files
committed
Updated log level to info
1 parent 9c0efd4 commit ef4ca38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/src/main/java/org/apache/kafka/common/security/ssl/DefaultSslEngineFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ private KeyManager[] applyAliasToKM(KeyManager[] kms, final String alias) {
298298
return kms;
299299
}
300300

301-
log.debug("Applying the custom KeyManagers for alias: {}", alias);
301+
log.info("Applying the custom KeyManagers for alias: {}", alias);
302302

303303
KeyManager[] updatedKMs = new KeyManager[kms.length];
304304

0 commit comments

Comments
 (0)