Skip to content

Commit

Permalink
chore: improve resource processing logging (#1755)
Browse files Browse the repository at this point in the history
* chore: remove noisy obj processing log entry for ctrls

* chore: run generators

Co-authored-by: Michał Flendrich <michal@flendrich.pro>
  • Loading branch information
shaneutt and mflendrich authored Aug 26, 2021
1 parent 8b29144 commit 12fa9f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion hack/generators/controllers/networking/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,6 @@ func (r *{{.PackageAlias}}{{.Type}}Reconciler) Reconcile(ctx context.Context, re
}
{{end}}
// update the kong Admin API with the changes
log.Info("updating the proxy with new {{.Type}}", "namespace", obj.Namespace, "name", obj.Name)
if err := r.Proxy.UpdateObject(obj); err != nil {
return ctrl.Result{}, err
}
Expand Down
13 changes: 0 additions & 13 deletions internal/controllers/configuration/zz_generated_controllers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 12fa9f4

Please sign in to comment.