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

Allow for skipping logging of requests that meet some criteria #128

Open
briantist opened this issue Oct 30, 2023 · 0 comments
Open

Allow for skipping logging of requests that meet some criteria #128

briantist opened this issue Oct 30, 2023 · 0 comments

Comments

@briantist
Copy link
Owner

If you have periodic health checks hitting galactory but you still want to log requests, it can be quite annoying that the log is filled with health check requests, masking actual usages.

For example in an AWS environment with an ALB, the log will be filled with requests from ELB-HealthChecker/2.0 (user agent).

I'm thinking it would be nice to exclude certain UAs from logging, or maybe do it by endpoint (can exclude /health/* for example).

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

No branches or pull requests

1 participant