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(core): improve logging of dropped reply channels #4702

Merged
merged 1 commit into from
Sep 20, 2022

Conversation

sdbondi
Copy link
Member

@sdbondi sdbondi commented Sep 20, 2022

Description

Uses Display printing when requestor has gone away

Motivation and Context

When a requestor has gone away e.g a command times out, or grpc caller goes away, the services the reply oneshot is cancelled. In the case of a block being sent back, this results in a massive amount of text flooding the console with debug data.

This PR uses the much more concise display impl for printing these errors.

How Has This Been Tested?

Not tested

@stringhandler stringhandler merged commit 9768f02 into tari-project:development Sep 20, 2022
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