Skip to content

Commit

Permalink
Pass VerboseLogging down to DebugTracer otel config
Browse files Browse the repository at this point in the history
  • Loading branch information
gnurizen committed Dec 4, 2024
1 parent e16e8e5 commit d74ccaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ func mainWithExitCode() flags.ExitCode {

// Load the eBPF code and map definitions
trc, err := tracer.NewTracer(mainCtx, &tracer.Config{
DebugTracer: f.BPF.VerboseLogging,
Reporter: rep,
Intervals: intervals,
IncludeTracers: includeTracers,
Expand Down

0 comments on commit d74ccaf

Please sign in to comment.