Skip to content

Commit

Permalink
debug log output from Visual Metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Mar 22, 2019
1 parent 2640a4d commit df61f16
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,11 @@ module.exports = {
scriptArgs.push('-vvvv');
}

log.verbose('Running visualmetrics.py ' + scriptArgs.join(' '));
log.debug('Running visualmetrics.py ' + scriptArgs.join(' '));

const result = await execa(SCRIPT_PATH, scriptArgs);

log.debug('visualmetrics.py output:' + result.stdout);
return JSON.parse(result.stdout);
}
};

0 comments on commit df61f16

Please sign in to comment.