kubecost / cluster-turndown

Automated turndown of Kubernetes clusters on specific schedules.
Apache License 2.0
259 stars 23 forks source link

Switch from klog to zerolog #54

Closed michaelmdresser closed 1 year ago

michaelmdresser commented 1 year ago

Brings this codebase more in line with the rest of Kubecost. Tested with go test ./... and a simple go build and ./main to make sure init logs showed up as expected.