SAP / cloud-authorization-buildpack

You can use the content of this repository to leverage the Open Policy Agent (https://www.openpolicyagent.org/) for cloud foundry environments. If offers runtime support to make calls to the open policy server from a CF application and support to manage and distribute Open Policy Agent bundles.
Apache License 2.0
5 stars 6 forks source link

Every OPA log entry appears as ERROR message in the application log #4

Closed nenaraab closed 2 years ago

nenaraab commented 3 years ago

2021-04-13T14:42:47.54+0200 [APP/PROC/WEB/SIDECAR/OPA/0] ERR {"level":"debug","msg":"Signing request with AWS credentials.","time":"2021-04-13T12:42:47Z"}

jkbschmid commented 2 years ago

32 sets the default log level to error. This way consumers should only see logs on stderr when actual errors occur.