We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To prevent log flood, like one fixed in #260, some log sampling needs to be introduced.
BurstSampler should be introduced to the platform logger, with appropriate config. See https://pkg.go.dev/github.com/rs/zerolog#section-readme
BurstSampler
The text was updated successfully, but these errors were encountered:
We already have sampled logger functions in the platform logger and can customize the sampler for the log samplings.
sampler
Sorry, something went wrong.
seunghyupoh3517
Successfully merging a pull request may close this issue.
To prevent log flood, like one fixed in #260, some log sampling needs to be introduced.
BurstSampler
should be introduced to the platform logger, with appropriate config. See https://pkg.go.dev/github.com/rs/zerolog#section-readmeThe text was updated successfully, but these errors were encountered: