Skip to content

Commit

Permalink
unifies kluster values for logging
Browse files Browse the repository at this point in the history
  • Loading branch information
BugRoger committed Nov 27, 2017
1 parent 70e1503 commit 1f96644
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/controller/base/logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ func (r *LoggingReconciler) Reconcile(kluster *v1.Kluster) (requeue bool, err er
defer func(begin time.Time) {
r.Logger.Log(
"msg", "reconciled kluster",
"kluster", kluster.Name,
"kluster", kluster.Spec.Name,
"project", kluster.Account(),
"requeue", requeue,
"took", time.Since(begin),
"err", err)
Expand Down

0 comments on commit 1f96644

Please sign in to comment.