change log level to debug

This commit is contained in:
akirilyuk
2022-02-14 17:11:47 +01:00
parent 63c0c97024
commit caa7b3a03a

View File

@@ -34,7 +34,7 @@ class TaskSay extends Task {
const salt = cs.callSid; const salt = cs.callSid;
const credentials = cs.getSpeechCredentials(vendor, 'tts'); const credentials = cs.getSpeechCredentials(vendor, 'tts');
this.logger.info({language, this.logger.debug({language,
voice, voice,
localSynthesizer: this.synthesizer, localSynthesizer: this.synthesizer,
speechSynthesisVendor: cs.speechSynthesisVendor, speechSynthesisVendor: cs.speechSynthesisVendor,