Koenkk / zigbee-herdsman

A Node.js Zigbee library
MIT License
481 stars 300 forks source link

Improve performance when logging is disabled #1178

Closed tomer-w closed 2 months 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.

tomer-w commented 2 months ago

I submitted all the changes after the CR. Thanks!

Koenkk commented 2 months ago

Thanks @tomer-w !