VirtusLab / kubedrainer

Simple Kubernetes Node Drainer
Apache License 2.0
20 stars 10 forks source link

Use zerolog for logging #7

Closed jhuntwork closed 4 years ago

jhuntwork commented 4 years ago

Closes #6

This will switch the default logging format to JSON. For simplicity, it will also change from multiple v arguments for increased verbosity to a single -d or --debug flag. A side effect of this is that -v can again be used for version. It seems it was being overloaded previously.