Skip to content

Commit

Permalink
Updated the controller to reduce the blueprint update logging (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiomkarj authored and tdmanv committed Sep 13, 2019
1 parent b32b53c commit c8e2b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ func (c *Controller) onUpdateActionSet(oldAS, newAS *crv1alpha1.ActionSet) error
}

func (c *Controller) onUpdateBlueprint(oldBP, newBP *crv1alpha1.Blueprint) error {
log.Infof("Updated Blueprint '%s' from %#v to %#v", newBP.Name, oldBP, newBP)
log.Infof("Updated Blueprint '%s'", newBP.Name)
return nil
}

Expand Down

0 comments on commit c8e2b9a

Please sign in to comment.