Skip to content

Commit

Permalink
[CWS] Lower a noisy ptrace info log to debug (#31976)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7f4316f)
  • Loading branch information
spikat authored and YoannGh committed Dec 10, 2024
1 parent 4bc030c commit 2c26008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/security/probe/probe_ebpf.go
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,7 @@ func (p *EBPFProbe) handleEvent(CPU int, data []byte) {
// 1. get the pid namespace of the tracer
ns, err := utils.GetProcessPidNamespace(event.ProcessContext.Process.Pid)
if err != nil {
seclog.Errorf("Failed to resolve PID namespace: %v", err)
seclog.Debugf("PTrace err: %v", err)
return
}

Expand Down

0 comments on commit 2c26008

Please sign in to comment.