-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Improve performance when logging is disabled (#23893)
* Improve log performance * Bug fix * Revert sample configuration * Align package versions * Revert dependecies version to allow testing * Update package-lock.json * Fix prettier issue * Coverage to 100% * Fix CR comments * remove uneeded changes * Make the same perf optimization to the MQTT messages * Fix MQTT tests * prettier fix * Allow easy mocking of stub logger callTransports function to receive the actual message * cleanup leftover * Fix prettier issues * Finalize logger mock structure and add few lambda log calls * fix prettier issue * Run prettier * Revert "fix prettier issue" This reverts commit b409d53. * Update zigbee.ts Fix prettier issue * Fix test issues * Revert await removal
- Loading branch information
Showing
7 changed files
with
52 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters