mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 17:17:58 +00:00
add more logs
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user