Skip to content

Commit

Permalink
add more info
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlanni committed Nov 27, 2024
1 parent 2d80850 commit 6d36a39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/ingress/config/ingress_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ func (m *IngressConfig) listFromIngressControllers(typ config.GroupVersionKind,
case gvk.WasmPlugin:
result = m.convertWasmPlugin(wrapperConfigs)
}
IngressLog.Infof("resource type %s, configs number %d", typ, len(result))
IngressLog.Infof("resource type %s, ingress number %d, convert configs number %d", typ, len(configs), len(result))
return result
}

Expand Down
2 changes: 1 addition & 1 deletion pkg/ingress/kube/ingressv1/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func (c *controller) onEvent(namespacedName types.NamespacedName) error {
return nil
}

IngressLog.Debugf("ingress: %s, event: %s", namespacedName, event)
IngressLog.Infof("ingress: %s, event: %s", namespacedName, event)

// we should check need process only when event is not delete,
// if it is delete event, and previously processed, we need to process too.
Expand Down

0 comments on commit 6d36a39

Please sign in to comment.