mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-21 02:51:11 +00:00
Log error stack on fromZigbee converter error. https://github.com/Koenkk/zigbee2mqtt/issues/13138
This commit is contained in:
@@ -148,6 +148,7 @@ export default class Receive extends Extension {
|
||||
} catch (error) {
|
||||
// istanbul ignore next
|
||||
logger.error(`Exception while calling fromZigbee converter: ${error.message}}`);
|
||||
logger.debug(error.stack);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user