From 22440843d93a7c809516ca487f5e7dcce29cc468 Mon Sep 17 00:00:00 2001 From: akirilyuk Date: Sat, 26 Feb 2022 23:27:00 +0100 Subject: [PATCH] add more logs --- lib/tasks/gather.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/gather.js b/lib/tasks/gather.js index 2e656966..086464a7 100644 --- a/lib/tasks/gather.js +++ b/lib/tasks/gather.js @@ -99,7 +99,7 @@ class TaskGather extends Task { } const startListening = (cs, ep) => { - this.logger.info("started listening for speech events via startListening"); + this.logger.info({input: this.input, listenDuringPrompt: this.listenDuringPrompt}, "started listening for speech events via startListening"); this._startTimer(); if (this.input.includes('speech') && !this.listenDuringPrompt) { this._initSpeech(cs, ep)