1Password / onepassword-operator

The 1Password Connect Kubernetes Operator provides the ability to integrate Kubernetes Secrets with 1Password. The operator also handles autorestarting deployments when 1Password items are updated.
https://developer.1password.com/docs/connect/
MIT License
532 stars 60 forks source link

Adjusting logging level on various logs #167

Closed jillianwilson closed 1 year ago

jillianwilson commented 1 year ago

Various logs have been updated to only print when log level is set to debug. This is to address the large number of info logs being printed.

Also added instructions on how to update the log level.

Addresses #164