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

connmgr: reduce log level for untagging untracked peers #2961

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

burdiyan
Copy link
Contributor

Method UntagPeer() logs an "info" log message whenever it's called for a peer that is untracked. It generates a lot of noise in the logs for something that is basically harmless.

This commit reduces the log level to "debug" for this message.

Method UntagPeer() logs an "info" log message whenever it's called for a peer that is untracked. It generates a lot of noise in the logs for something that is basically harmless.

This commit reduces the log level to "debug" for this message.
Copy link
Contributor

@vyzo vyzo left a comment

Choose a reason for hiding this comment

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

thank you!

@vyzo vyzo merged commit c771180 into libp2p:master Sep 13, 2024
8 of 9 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.

2 participants