mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 11:53:38 -06:00
968d49de3d
Refactor logging to allow providing custom logging implementations to plugin manager. This should allow us to keep logging as it is when running OPA as a server, while injecting noop-loggers or custom, provided loggers for SDK client implementations. Fixes #3180 Signed-off-by: Anders Eknert <anders@eknert.com>