Skip to content

Commit

Permalink
Log args
Browse files Browse the repository at this point in the history
  • Loading branch information
mendsley committed Nov 22, 2024
1 parent 3aa2bb4 commit 0849004
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/core/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ func (plugin *netPlugin) Add(args *cniSkel.CmdArgs) (resultError error) {
k8sNamespace = string(podConfig.K8S_POD_NAMESPACE)
}

logrus.Debugf("Arg: %+v", args)
epConfig, err := cni.ParseCniEndpointArgs(args.Args)
if err != nil {
logrus.Errorf("[cni-net] Failed to parse endpoint args, err:%v", err)
Expand Down

0 comments on commit 0849004

Please sign in to comment.