Do not dump certs in the log files

This commit is contained in:
Girish Ramakrishnan
2017-05-19 14:39:08 -07:00
parent 7467907c09
commit 65cff35be6
2 changed files with 2 additions and 2 deletions

View File

@@ -708,7 +708,7 @@ function doUpdate(boxUpdateInfo, callback) {
version: boxUpdateInfo.version
};
debug('updating box %s %j', boxUpdateInfo.sourceTarballUrl, data);
debug('updating box %s %j', boxUpdateInfo.sourceTarballUrl, _.omit(data, 'tlsCert', 'tlsKey', 'token', 'appstore', 'caas'));
progress.set(progress.UPDATE, 5, 'Downloading and extracting new version');