Hi Devs, There is a statement in the '/java/org/apache/synapse/securevault/SecretResolver.java' which I had added for testing but forgot to remove.
Statement : log.info("Secret : " + encryptedPassword + " PlainText : " + plainText); Shall I remove it ? Thanks, Indika