3scale / apisonator

Red Hat 3scale API Management Apisonator backend
https://3scale.net
Apache License 2.0
35 stars 27 forks source link

Avoid propagating unused log attrs unnecessarily #180

Closed davidor closed 4 years ago

davidor commented 4 years ago

In the past, the log field in a transaction could also include "response" and "request". Those fields are not used any more, but some callers are still sending them. We want to filter them to avoid storing them in the job queues, decoding them, etc. unnecessarily.