coreos / container-linux-update-operator

A Kubernetes operator to manage updates of Container Linux by CoreOS
Apache License 2.0
209 stars 49 forks source link

pkg/operator: Show logs for individual node names #101

Closed dghubble closed 7 years ago

dghubble commented 7 years ago

When logging "(x of y) nodes are doing z", it is appropriate to log the action relating to the specific node, including its name. This aids users in understanding the operations and debugging problems.

For testing: quay.io/dghubble/container-linux-update-operator:f1862d02100b5871188f9f6ce5f017634445bf3b

Let's also be consistent about log lines starting with upper or lowercase and "%q" for strings.

Closes #72