Skip to content

Commit

Permalink
Debug log improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Binara-Sachin committed Jul 31, 2024
1 parent ad3c0a9 commit de068a8
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,7 @@ public CustomCryptoProvider(Properties properties, ClassLoader loader,
protected KeyStore load(InputStream input, String storepass, String provider, String type)
throws WSSecurityException {

if (log.isDebugEnabled()) {
log.debug("Loading keystore...");
}

log.debug("Loading keystore...");
try {
String tenantDomain = PrivilegedCarbonContext.getThreadLocalCarbonContext().getTenantDomain();
return IdentityKeyStoreResolver.getInstance().getKeyStore(
Expand Down

0 comments on commit de068a8

Please sign in to comment.