hashicorp / vault-secrets-operator

The Vault Secrets Operator (VSO) allows Pods to consume Vault secrets natively from Kubernetes Secrets.
https://hashicorp.com
Other
436 stars 89 forks source link

Core: set the zap time encoder to include nanos #731

Closed benashz closed 1 month ago

benashz commented 2 months ago

Updates the zap logger to include timestamps with nano second resolution.

E.g:

2024-05-08T14:02:26.489440746Z  INFO    Stopping and waiting for caches
2024-05-08T14:02:26.489861624Z  INFO    Stopping and waiting for webhooks
2024-05-08T14:02:26.489883565Z  INFO    Stopping and waiting for HTTP servers
benashz commented 1 month ago

Closing as fixed in #778