diff --git a/lib/tasks/gather.js b/lib/tasks/gather.js index 614f3566..60bbee22 100644 --- a/lib/tasks/gather.js +++ b/lib/tasks/gather.js @@ -264,7 +264,7 @@ class TaskGather extends Task { .catch((err) => this.logger.info(err, 'Error setting channel variables')); } catch (err) { - this.logger.error("could not init speech for listening"); + this.logger.error({message: err.message, stack: err.stack}, "could not init speech for listening"); } }