kubecost / kubectl-cost

CLI for determining the cost of Kubernetes workloads
Apache License 2.0
876 stars 55 forks source link

Use zerolog instead of opencost/log #114

Closed michaelmdresser closed 2 years ago

michaelmdresser commented 2 years ago

What does this PR change?

This reduces our dependency on OpenCost/Kubecost-internal utility libraries and gives us robust leveled logging functionality.

How was this PR tested?

Locally, ensured that expected flag was present and parsed.

Have you made an update to documentation?

Yes, see README update.