cyberark / conjur-authn-k8s-client

Authentication sidecar for Conjur Kubernetes integration.
https://www.conjur.org
Apache License 2.0
11 stars 14 forks source link

CNJR-2306: Make log level configurable #522

Closed szh closed 1 year ago

szh commented 1 year ago

Desired Outcome

Make log level configurable. Currently there are only two options for logging: debug-logging on or off. There is a customer request to allow minimizing logs to only warnings or errors, with the option to enable info level logs as well. This will cut down on the amount of noise coming from secrets rotations, where the number of log messages will be amplified due to continual refresh.

Implemented Changes

Connected Issue/Story

CyberArk internal issue ID: CNJR-2306

Changelog

Test coverage

Documentation

Behavior

Security