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

[disk-buffering] Add debug mode for verbose logging. #1455

Merged
merged 4 commits into from
Sep 17, 2024

Conversation

breedx-splk
Copy link
Contributor

Previously, the disk buffering code would ALWAYS log when it attempted to read from disk and when it was exporting data from disk. This gets a bit chatty and may not be what users want to see, so we need a way to silence it.

This PR introduces "debug mode" which is effectively verbose logging for troubleshooting purposes. It adds additional logging statements and logs the storage configuration in StorageBuilder.build().

Copy link
Contributor

@LikeTheSalad LikeTheSalad 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. Just a few comments, though I like the idea!

Copy link
Contributor

@LikeTheSalad LikeTheSalad left a comment

Choose a reason for hiding this comment

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

Thanks!

@trask trask merged commit be32409 into open-telemetry:main Sep 17, 2024
14 checks passed
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.

4 participants