emissary-ingress / emissary

open source Kubernetes-native API gateway for microservices built on the Envoy Proxy
https://www.getambassador.io
Apache License 2.0
4.33k stars 682 forks source link

apiext: adjust log levels and remove extra log lines #5503

Closed LanceEa closed 7 months ago

LanceEa commented 7 months ago

Description

This removes some log lines that were in place for debugging and swithes some to Debug. This will ensure we are not logging CA Cert private keys unless the user wants to see debug logs.

Related Issues

List related issues.

Testing

A few sentences describing what testing you've done, e.g., manual tests, automated tests, deployed in production, etc.

Checklist