
* Migrate a single node_authorizer.go klog.Infof call to klog.InfoS We are starting with the log lines that show up most often. Signed-off-by: Andrew Keesler <akeesler@vmware.com> * Remove quotes from error for readability Signed-off-by: Andrew Keesler <akeesler@vmware.com> * node_authorizer.go: use %s for node names for log uniformity Signed-off-by: Andrew Keesler <akeesler@vmware.com> * node_authorizer.go: single-quote node name for readability++ This is good because: 1) the node name is clear in the log line 2) the node names shows up the same in {un-,}structured logs Signed-off-by: Andrew Keesler <akeesler@vmware.com>