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

move-noisy-debug-logs-to-debug #242

Merged
merged 2 commits into from
Apr 26, 2024
Merged

Conversation

tabmatfournier
Copy link
Contributor

@tabmatfournier tabmatfournier commented Apr 20, 2024

These logs are the equivalent of "HERE" and account for ~75% of the logs but are generally not useful and drive up logging costs for anyone using this in production. Moved them to debug level if someone needs to debug something going on in an error scenario, but generally these logs have no context and are not useful.

Unfortunately, users can't blacklist worker/channel/coordinator in their log platform of choice as there are useful log messages around table commits succeeding. No metrics are available yet that can replace successful commits.

Moved them to debug level in the off chance someone is using them. Could be convinced to delete them entirely.

- these logs are the equivilent of "HERE" and account for ~75% of the logs but are generally
  not useful.  Moving them to debug
@tabmatfournier tabmatfournier requested a review from fqtab April 20, 2024 13:52
Copy link
Contributor

@fqtab fqtab left a comment

Choose a reason for hiding this comment

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

I think im ok with this

@tabmatfournier tabmatfournier merged commit 690e62e into main Apr 26, 2024
1 check 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