zalando / skipper

An HTTP router and reverse proxy for service composition, including use cases like Kubernetes Ingress
https://opensource.zalando.com/skipper/
Other
3.05k stars 345 forks source link

Change condition of PHC to reduce amount of produced logs #3046

Closed RomanZavodskikh closed 2 months ago

RomanZavodskikh commented 2 months ago

Logging every request produces too many log lines. However, we can still keep the logs of stats updater https://github.com/zalando/skipper/blob/v0.21.65/routing/endpointregistry.go#L172 because their amount does not depend on requests count.

RomanZavodskikh commented 2 months ago

:+1:

szuecs commented 2 months ago

:+1:

RomanZavodskikh commented 2 months ago

:+1: