Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(logging): avoid logging large messages #3081

Merged
merged 2 commits into from
Aug 7, 2020
Merged

fix(logging): avoid logging large messages #3081

merged 2 commits into from
Aug 7, 2020

Conversation

bowenwang1996
Copy link
Collaborator

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.

@gitpod-io
Copy link

gitpod-io bot commented Aug 5, 2020

@codecov
Copy link

codecov bot commented Aug 5, 2020

Codecov Report

Merging #3081 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3081   +/-   ##
=======================================
  Coverage   87.66%   87.66%           
=======================================
  Files         212      212           
  Lines       41570    41570           
=======================================
  Hits        36441    36441           
  Misses       5129     5129           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 040cb15...1d65934. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants