mirror of https://github.com/apache/nifi.git
NIFI-9786 Added debug to KeyStoreUtils.isStoreValid
This closes #5884 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
2bb1a06a8c
commit
a8cd7e5200
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue