zapier / kubechecks

Check your Kubernetes changes before they hit the cluster
https://kubechecks.readthedocs.io/en/latest/
Mozilla Public License 2.0
136 stars 6 forks source link

Use `slog` for logging throughout Kubechecks #237

Open polyrain opened 2 weeks ago

polyrain commented 2 weeks ago

Currently, we use zerolog throughout the project, however since this was first written slog has been added to the stdlib. We should migrate to slog to stay internally consistent with the tools/ directory, as well as minimising dependencies.