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

Require verbose logging for more gossip send/receive log statements. #6089

Merged
merged 1 commit into from
Sep 7, 2022

Conversation

object
Copy link
Contributor

@object object commented Sep 1, 2022

Improves #6074

Changes

Akka.NET version 1.4.41 introduced verbose-debug-logging switch that is used to disable by default higher level of details in the debug log. However, in my previous PR I overlooked another "Received gossip" log statement that also result in high volume of log messages, as well as "Sending gossip" log messages. This PR adds VerboseDebugLogging requirement for these messages.

I checked the remaining log messages and they do not seem to cause excessive logging. There is one "Sending gossip..." log statement that I didn't wrap with a check for VerboseDebugLogging because it's written when requesting missing keys and only occurs occasionally, so I suppose it can be OK to always write it when Debug logging is enabled.

@Aaronontheweb Aaronontheweb added this to the 1.4.42 milestone Sep 7, 2022
@Aaronontheweb Aaronontheweb merged commit 3b4ed91 into akkadotnet:dev Sep 7, 2022
Arkatufus pushed a commit to Arkatufus/akka.net that referenced this pull request Sep 7, 2022
Aaronontheweb pushed a commit that referenced this pull request Sep 7, 2022
…6089) (#6091)

(cherry picked from commit 3b4ed91)

Co-authored-by: Vagif Abilov <vagif.abilov@nrk.no>
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.42, 1.5.0 Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants