We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644fc57 commit b0728bcCopy full SHA for b0728bc
prog.go
@@ -53,7 +53,7 @@ type ProgramOptions struct {
53
// verifier output enabled. Upon error, the program load will be repeated
54
// with LogLevelBranch and the given (or default) LogSize value.
55
//
56
- // Setting this to a non-zero value will unconditionally enable the verifier
+ // Unless LogDisabled is set, setting this to a non-zero value will enable the verifier
57
// log, populating the [ebpf.Program.VerifierLog] field on successful loads
58
// and including detailed verifier errors if the program is rejected. This
59
// will always allocate an output buffer, but will result in only a single
0 commit comments