We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0257c commit 98765bfCopy full SHA for 98765bf
pkg/client/meter.go
@@ -62,7 +62,6 @@ func NewMeter(ingressIfName string) *Meter {
62
xdp, err := bpf.ReadXdpObjects(&ebpf.CollectionOptions{
63
Programs: ebpf.ProgramOptions{
64
LogLevel: ebpf.LogLevelInstruction,
65
- LogSize: ebpf.DefaultVerifierLogSize * 256,
66
},
67
})
68
if err != nil {
0 commit comments