Skip to content

Commit

Permalink
bgpv1: Remove noisy log from route policy reconciler
Browse files Browse the repository at this point in the history
Remove a noisy log which will be generated for every single
reconciliation from route policy reconciler.

Signed-off-by: Yutaro Hayakawa <yutaro.hayakawa@isovalent.com>
  • Loading branch information
YutaroHayakawa authored and ti-mo committed Feb 22, 2024
1 parent c00330c commit 4baab3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/bgpv1/manager/reconciler/route_policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ func (r *RoutePolicyReconciler) Priority() int {

func (r *RoutePolicyReconciler) Reconcile(ctx context.Context, params ReconcileParams) error {
l := log.WithFields(logrus.Fields{"component": "RoutePolicyReconciler"})
l.Infof("Begin reconciling routing policies for virtual router with local ASN %v", params.DesiredConfig.LocalASN)

if params.DesiredConfig == nil {
return fmt.Errorf("attempted routing policy reconciliation with nil DesiredConfig")
Expand Down

0 comments on commit 4baab3d

Please sign in to comment.