diff --git a/src/core/environment.go b/src/core/environment.go index 2a6d58a44..d2adeb11e 100644 --- a/src/core/environment.go +++ b/src/core/environment.go @@ -606,7 +606,6 @@ func (env *EnvironmentType) Processes() (result []*Process) { cmd, _ := p.CmdlineWithContext(ctx) if env.isNginxProcess(name, cmd) { - log.Infof("-------------------- %v", name) nginxProcesses[pid] = p } diff --git a/test/integration/vendor/github.com/nginx/agent/v2/src/core/environment.go b/test/integration/vendor/github.com/nginx/agent/v2/src/core/environment.go index 2a6d58a44..d2adeb11e 100644 --- a/test/integration/vendor/github.com/nginx/agent/v2/src/core/environment.go +++ b/test/integration/vendor/github.com/nginx/agent/v2/src/core/environment.go @@ -606,7 +606,6 @@ func (env *EnvironmentType) Processes() (result []*Process) { cmd, _ := p.CmdlineWithContext(ctx) if env.isNginxProcess(name, cmd) { - log.Infof("-------------------- %v", name) nginxProcesses[pid] = p } diff --git a/test/performance/vendor/github.com/nginx/agent/v2/src/core/environment.go b/test/performance/vendor/github.com/nginx/agent/v2/src/core/environment.go index 2a6d58a44..d2adeb11e 100644 --- a/test/performance/vendor/github.com/nginx/agent/v2/src/core/environment.go +++ b/test/performance/vendor/github.com/nginx/agent/v2/src/core/environment.go @@ -606,7 +606,6 @@ func (env *EnvironmentType) Processes() (result []*Process) { cmd, _ := p.CmdlineWithContext(ctx) if env.isNginxProcess(name, cmd) { - log.Infof("-------------------- %v", name) nginxProcesses[pid] = p }