mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
9be5e7b945
The `json-pretty` log format flips on the “pretty” flag for logrus which gives multi-line formatted json log output. This also changes to make the `json` format to be the default as it is likely to be what deployers want when running with `—server`. Fixes: #1202 Signed-off-by: Patrick East <east.patrick@gmail.com>