-
Notifications
You must be signed in to change notification settings - Fork 637
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(logging): avoid logging large messages (#3081)
Currently we log some large messages in network when they get dropped and it makes the log very hard to read on the debug level. This PR removes logging the full `RoutedMessage` by implementing `Debug` trait for it.
- Loading branch information
1 parent
040cb15
commit c846cd1
Showing
2 changed files
with
59 additions
and
9 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