Skip to content

Commit 83ca9e9

Browse files
committed
make logging less noisy
1 parent fea3ae3 commit 83ca9e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

controllers/gateway/gateway_controller.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,6 @@ func (r *gatewayReconciler) reconcileHelper(ctx context.Context, req reconcile.R
184184

185185
allRoutes, err := r.gatewayLoader.LoadRoutesForGateway(ctx, *gw, r.routeFilter)
186186

187-
r.logger.Info("In Gateway Controller - Got these routes", "routes", allRoutes)
188-
189187
if err != nil {
190188
return err
191189
}

0 commit comments

Comments
 (0)