mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7797: listSupportedNetworkServices API takes more than 1 second to
complete, slow compared to previous 4.3 release.
This commit is contained in:
parent
2423f2c79a
commit
055901acda
|
|
@ -756,7 +756,7 @@ public class ApiServer extends ManagerBase implements HttpRequestHandler, ApiSer
|
|||
if (command.equals("createSSHKeyPair")) {
|
||||
auditTrailSb.append("This result was not logged because it contains sensitive data.");
|
||||
} else {
|
||||
auditTrailSb.append(StringUtils.cleanString(result));
|
||||
auditTrailSb.append(result);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue