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

Reduce Publish Logging Noise #19

Merged
merged 1 commit into from
Dec 30, 2023
Merged

Conversation

jameskbride
Copy link
Owner

Context

Currently when a message is published we log a minimum of two messages; one before filtering and one after filtering. The intent was to make it easier to understand if a message was being dropped due to filtering. In the promary case (no message filtering) this ends up making the logs noisy. This PR reduces the log-level for the pre-filter log message to debug so that we only log a single message per published message.

Changes

  • Reduced a publish log message to debug.

Testing and Validation Steps

  1. Publish a message.
  2. Validate that only the Publishing to subscription log message is logged at info.

@jameskbride jameskbride merged commit 8228225 into main Dec 30, 2023
1 check passed
@jameskbride jameskbride deleted the reduce-publish-logging-noise branch December 30, 2023 12:30
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.

1 participant