Skip to content

Commit

Permalink
tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
vpaprots authored Jul 13, 2024
1 parent cefec5b commit 890cae5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/plugin/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ func (p *Plugin) netOptions(ctx context.Context, id string) (DHCPNetworkOptions,
func (p *Plugin) CreateEndpoint(ctx context.Context, r CreateEndpointRequest) (CreateEndpointResponse, error) {
log.WithField("options", r.Options).Debug("CreateEndpoint options")
log.Debugf("VP>>>>>> CreateEndpoint Request %+v", r)
log.Debugf("VP>>>>>> CreateEndpoint Request Interface %+v", r.Interface)
ctx, cancel := context.WithTimeout(ctx, p.awaitTimeout)
defer cancel()
res := CreateEndpointResponse{
Expand Down

0 comments on commit 890cae5

Please sign in to comment.