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

grpc: Silence the notification spam #7867

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

cdecker
Copy link
Member

@cdecker cdecker commented Nov 25, 2024

We were logging notifications for which we do not have a handler registered.
That worked until we introduced the wildcard subscription, which the grpc plugin
uses. With this the guarantee that for each subscribed topic we had a corresponding
handler is no longer true, and the warning doesn't really add any information
to the logs, so we just stop logging.

Closes #7836

Changelog-Fixed: grpc: We no longer log a warning if a notification does not have a handler
@cdecker cdecker force-pushed the 202448-cln-grpc-silence branch from 22227ac to 7432c4b Compare November 25, 2024 13:32
@cdecker cdecker enabled auto-merge (rebase) November 25, 2024 13:40
Copy link
Contributor

@vincenzopalazzo vincenzopalazzo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 7432c4b

@cdecker cdecker merged commit 7b18030 into ElementsProject:master Nov 25, 2024
38 of 39 checks passed
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.

cln-plugin-grpc: log spam: Failed to broadcast notification
2 participants