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

Option to further reduce logging #9419

Open
Salmonwastaken opened this issue Aug 28, 2024 · 0 comments
Open

Option to further reduce logging #9419

Salmonwastaken opened this issue Aug 28, 2024 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@Salmonwastaken
Copy link

What would you like to be added?

Ideally I would be able to limit logging based on severity, either by directly specifying a minimal severity or setting an appropriate verbosity level through the v flag.

For example, only logging WARN or above severity level would be an ideal option (for my use case)

Why is this needed?

I'd like this functionality to reduce logging load on my systems.

Currently the lowest possible verbosity/loglevel still seems to dump INFO level logging which is generating an unreasonable amount of (for my use case at least) GET 200 logging & other INFO level logging

Although #7618 (comment) mentions the ability to lower logging through setting the v flag, in practice this only seems to allow you to generate even more logging by setting a higher verbosity, rather than providing options to lower it.

@Salmonwastaken Salmonwastaken added the kind/feature Categorizes issue or PR as related to a new feature. label Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant