jnietzer's avatar
jnietzer
New Member
6 years ago
Status:
New Idea

Stop logging passwords on database connection fails

We are running tests thru Jenkins on a linux system nightly. When it runs into an error it outputs the error to the jenkins UI. This is an issue when we run a JBDC request and it fails to connect to the database. It outputs the username and password to the UI console (the connection string). We need to know how to stop it from outputting the connection string or just not the username/password combo.
We are using Ready-Api 2.0.2 on the Linux OS.
We have tried editing the soapui-log4j.xml by adding <level value="OFF"/>
We have also tried (on the Windows side, since we have no UI for the unix version) disabling the logging from the transaction log menu on the project.

No CommentsBe the first to comment