diff --git a/pkg/network/config/config.go b/pkg/network/config/config.go index c6d57230a4003..47f8c85cda215 100644 --- a/pkg/network/config/config.go +++ b/pkg/network/config/config.go @@ -414,8 +414,8 @@ func New() *Config { log.Info("network tracer DNS inspection disabled by configuration") } - if c.EnableProcessEventMonitoring { - log.Info("network process event monitoring enabled") + if !c.EnableProcessEventMonitoring { + log.Info("network process event monitoring disabled") } return c }