Skip to content

Commit

Permalink
bgpv1: Remove noisy logs from neighbor reconciler
Browse files Browse the repository at this point in the history
Remove noisy logs generated for every single reconciliation.

Signed-off-by: Yutaro Hayakawa <yutaro.hayakawa@isovalent.com>
  • Loading branch information
YutaroHayakawa authored and ti-mo committed Feb 22, 2024
1 parent 4c5f79d commit 66e5de6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/bgpv1/manager/reconciler/neighbor.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ func (r *NeighborReconciler) Reconcile(ctx context.Context, p ReconcileParams) e
curNeigh []*v2alpha1api.CiliumBGPNeighbor = nil
)
newNeigh := p.DesiredConfig.Neighbors
l.Debugf("Begin reconciling peers for virtual router with local ASN %v", p.DesiredConfig.LocalASN)

metaMap := r.getMetadata(p.CurrentServer)
if len(metaMap) > 0 {
Expand Down Expand Up @@ -189,7 +188,6 @@ func (r *NeighborReconciler) Reconcile(ctx context.Context, p ReconcileParams) e
r.deleteMetadata(p.CurrentServer, n)
}

l.Infof("Done reconciling peers for virtual router with local ASN %v", p.DesiredConfig.LocalASN)
return nil
}

Expand Down

0 comments on commit 66e5de6

Please sign in to comment.