NIFI-9786 Added debug to KeyStoreUtils.isStoreValid

This closes #5884

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Tamas Horvath 2022-03-17 21:29:33 +01:00 committed by exceptionfactory
parent 2bb1a06a8c
commit a8cd7e5200
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 1 additions and 0 deletions

View File

@ -401,6 +401,7 @@ public class KeyStoreUtils {
return true;
} catch (Exception e) {
logger.debug("Keystore [{}] Type [{}] load failed", keystore, keystoreType, e);
return false;
} finally {
if (bis != null) {