JBoss Community

Re: Passwords are getting logged in log file through datasource configuration when jboss logging is in debug level

created by Rahul Singh in Datasource Configuration - View the full discussion

It will be helpful in adding the encypted password. But internally it will be getting decrypted and is getting logged in debug. I saw snipped of the code

 

value = StringPropertyReplacer.replaceProperties(value);

log.debug("setting property: " + name + " to value " + value);

 

And this value only its using. So i guess this must be the decrypted value.

Reply to this message by going to Community

Start a new discussion in Datasource Configuration at Community