Skip to content

Commit 98a5d1e

Browse files
committed
added logging line for debugging
1 parent 6e56bba commit 98a5d1e

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
@@ -357,6 +357,7 @@ func (dp *DataPlane) getLocalPodEndpoints() ([]*hcn.HostComputeEndpoint, error)
357357
metrics.IncListEndpointsFailures()
358358
return nil, npmerrors.SimpleErrorWrapper("failed to get local pod endpoints", err)
359359
}
360+
klog.Infof("NPM liste is enabled: %+v", dp.EnableNPMLite)
360361
if dp.EnableNPMLite {
361362
timer = metrics.StartNewTimer()
362363
endpointsAttached, errL1vh := dp.ioShim.Hns.ListEndpointsQuery(dp.endpointQueryL1VH.query)

0 commit comments

Comments
 (0)