trim sensitive info from logs

This commit is contained in:
Dave Horton
2021-11-03 14:37:57 -04:00
parent f11feb7975
commit dcf27ba5d3
5 changed files with 15 additions and 13 deletions

View File

@@ -33,7 +33,7 @@ class TaskSay extends Task {
const salt = cs.callSid;
const credentials = cs.getSpeechCredentials(vendor, 'tts');
this.logger.info({vendor, credentials}, 'Task:say - using vendor');
this.logger.info(`Task:say - using vendor: ${vendor}`);
this.ep = ep;
try {
if (!credentials) {