Improve logging.

This commit is contained in:
Daniel Smith
2014-07-01 14:01:42 -07:00
parent 50bbf39925
commit b820e026f6
2 changed files with 7 additions and 6 deletions

View File

@@ -102,6 +102,7 @@ func runReplicationControllerTest(kubeClient *client.Client) {
if err != nil || len(pods.Items) != controllerRequest.DesiredState.Replicas {
glog.Fatalf("FAILED: %#v", pods.Items)
}
glog.Infof("Replication controller produced:\n\n%#v\n\n", pods)
}
func main() {