Skip to content

Commit

Permalink
chore: add ExtensionGroupKinds debug log (envoyproxy#4124)
Browse files Browse the repository at this point in the history
* chore: add debug log

Signed-off-by: zirain <[email protected]>

* use len

Signed-off-by: zirain <[email protected]>

---------

Signed-off-by: zirain <[email protected]>
  • Loading branch information
zirain authored Sep 4, 2024
1 parent 0ef9119 commit 8b6b268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/gatewayapi/runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ func (r *Runner) subscribeAndTranslate(ctx context.Context) {
extGKs = append(extGKs, schema.GroupKind{Group: gvk.Group, Kind: gvk.Kind})
}
t.ExtensionGroupKinds = extGKs
r.Logger.Info("extension resources", "GVKs count", len(extGKs))
}
// Translate to IR
result, err := t.Translate(resources)
Expand Down

0 comments on commit 8b6b268

Please sign in to comment.