mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-16 18:39:09 -07:00
Log stack on group add failure. https://github.com/Koenkk/zigbee2mqtt/issues/8027
This commit is contained in:
parent
0974cbe08d
commit
a2bf9c5d01
@ -53,6 +53,7 @@ class Groups extends Extension {
|
||||
}
|
||||
} catch (error) {
|
||||
logger.error(`Failed to ${action} '${deviceName}' from '${groupName}'`);
|
||||
logger.debug(error.stack);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user