Skip to content

Commit

Permalink
Add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.walther committed Sep 9, 2024
1 parent 2da54cd commit 599bf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/envoy/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func MapSnapshot(ctx context.Context, client ctrlclient.Client, loadBalancers []
}
}

log.Info("Created snapshot", "clusters", len(cluster), "listeners", len(listener))
log.Info("Created snapshot", "clusters", len(cluster), "listeners", len(listener), "loadbalancers", len(loadBalancers))

for _, route := range routes {
if route.Spec.Source.Kubernetes == nil {
Expand Down

0 comments on commit 599bf77

Please sign in to comment.