add more logs

This commit is contained in:
akirilyuk
2022-02-04 08:29:16 +01:00
parent b089bd4663
commit 60d7f0f31c

View File

@@ -25,7 +25,7 @@ class TaskGather extends Task {
this.minBargeinWordCount = this.data.minBargeinWordCount || 1;
// this is specially for barge in where we want to make a bargebale promt
// to a user without listening after the say task has finished
this.logger({opts}, 'created gather task');
this.logger.debug({opts}, 'created gather task');
this.listenAfterSpeech = this.data.listenAfterSpeech === false;
this.timeout = (this.timeout || 15) * 1000;
this.interim = this.partialResultCallback || this.bargein;