Do not dump certs in the log files
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ function exec(tag, file, args, callback) {
|
||||
|
||||
callback = once(callback); // exit may or may not be called after an 'error'
|
||||
|
||||
debug(tag + ' execFile: %s %s', file, args.join(' '));
|
||||
debug(tag + ' execFile: %s', file); // do not dump args as it might have sensitive info
|
||||
|
||||
var cp = child_process.spawn(file, args);
|
||||
cp.stdout.on('data', function (data) {
|
||||
|
||||
Reference in New Issue
Block a user