CS-14940 VSM access credentials are logged in clear text with Management-server.log

Removed debug log after fetching the credentials.
This commit is contained in:
Sateesh Chodapuneedi 2012-05-16 23:55:03 +05:30 committed by sateesh
parent dfa6b6e545
commit 05549eaad3
1 changed files with 1 additions and 1 deletions

View File

@ -1018,7 +1018,7 @@ public class VmwareManagerImpl implements VmwareManager, VmwareStorageMount, Lis
nexusVSMCredentials.put("vsmip", nexusVSM.getipaddr());
nexusVSMCredentials.put("vsmusername", nexusVSM.getUserName());
nexusVSMCredentials.put("vsmpassword", nexusVSM.getPassword());
s_logger.info(nexusVSMCredentials.toString());
s_logger.info("Successfully fetched the credentials of Nexus VSM.");
}
return nexusVSMCredentials;
}