Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add debug for network too
Browse files Browse the repository at this point in the history
marctc committed Jul 18, 2024

Verified

This commit was signed with the committer’s verified signature.
marctc Marc Tudurí
1 parent b4e29e4 commit 1222d19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/beyla/config.go
Original file line number Diff line number Diff line change
@@ -257,6 +257,9 @@ func (c *Config) SetDebugMode() {
c.Printer = true
c.LogLevel = "DEBUG"
c.EBPF.BpfDebug = true
if c.NetworkFlows.Enable {
c.NetworkFlows.Print = true
}
}

// LoadConfig overrides configuration in the following order (from less to most priority)

0 comments on commit 1222d19

Please sign in to comment.