Skip to content

Commit 79b54fb

Browse files
committed
added npm lite enabled log debugging
1 parent a79e44f commit 79b54fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

npm/pkg/dataplane/dataplane_windows.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ func (dp *DataPlane) getEndpointsToApplyPolicies(netPols []*policies.NPMNetworkP
348348

349349
func (dp *DataPlane) getLocalPodEndpoints() ([]*hcn.HostComputeEndpoint, error) {
350350
klog.Info("getting local endpoints")
351+
klog.Info("npm lite is enabled: %+v", dp.EnableNPMLite) //Will remove after debugging
351352
timer := metrics.StartNewTimer()
352353
endpoints, err := dp.ioShim.Hns.ListEndpointsQuery(dp.endpointQuery.query)
353354
klog.Infof("There are %+v endpoints with state: attached sharing", len(endpoints)) // Will remove after debugging

0 commit comments

Comments
 (0)