Koenkk / zigbee-herdsman-converters

Collection of device converters to be used with zigbee-herdsman
MIT License
916 stars 3.03k forks source link

Improve performance when logging is disabled #7955

Closed tomer-w closed 1 month ago

tomer-w commented 2 months ago

As described in: https://github.com/Koenkk/zigbee2mqtt/pull/23893, this PR change the expensive usage of JSON.stringify usage in tracing to use the new lambda functionality.

Koenkk commented 1 month ago

Thanks!