galactory icon indicating copy to clipboard operation
galactory copied to clipboard

Allow for skipping logging of requests that meet some criteria

Open briantist opened this issue 9 months ago • 0 comments

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).

briantist avatar Oct 30 '23 19:10 briantist