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