-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(storage-manager): improve logging
* plugins/zenoh-plugin-storage-manager/src/replication/core.rs: - Log the `DigestDiff` when a misalignment is detected. - Removed the log indicated that an alignment query is received as it is redundant with later logs. * plugins/zenoh-plugin-storage-manager/src/replication/log.rs: added a trace when an event is added to the Replication Log. * plugins/zenoh-plugin-storage-manager/src/storages_mgt/service.rs: - Only print the key expression of the sample being processed. - Remove the redundant log indicating the the sample is being processed. Signed-off-by: Julien Loudet <julien.loudet@zettascale.tech>
- Loading branch information
Showing
3 changed files
with
4 additions
and
10 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