diff --git a/pkg/beyla/config.go b/pkg/beyla/config.go index e0d33d034..3317f6b65 100644 --- a/pkg/beyla/config.go +++ b/pkg/beyla/config.go @@ -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)