mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-20 15:31:14 -06:00
c0a692d1ee
This removes the GetFields function from the logger interface, as mentioned in #4114. GetFields used to be called in one place, creating a new logger using fields from an http client afaict. I am not sure if my changes have the desired effect in that case, or how this was desired to work - since the fields of the client are always changing when making requests. Fixes #4114. Signed-off-by: viovanov <vlad@aserto.com>