Skip to content

Commit

Permalink
Delete LogSize
Browse files Browse the repository at this point in the history
  • Loading branch information
watal committed Oct 8, 2024
1 parent 8a0257c commit 98765bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/client/meter.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ func NewMeter(ingressIfName string) *Meter {
xdp, err := bpf.ReadXdpObjects(&ebpf.CollectionOptions{
Programs: ebpf.ProgramOptions{
LogLevel: ebpf.LogLevelInstruction,
LogSize: ebpf.DefaultVerifierLogSize * 256,
},
})
if err != nil {
Expand Down

0 comments on commit 98765bf

Please sign in to comment.