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 7e8cf8d commit 0d895b4
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 @@ -1096,7 +1096,7 @@ func (p *EBPFProbe) handleEvent(CPU int, data []byte) {
} else {
pid, err := utils.TryToResolveTraceePid(event.ProcessContext.Process.Pid, event.PTrace.NSPID)
if err != nil {
seclog.Errorf("PTrace err: %v", err)
seclog.Debugf("PTrace err: %v", err)
return
}
pidToResolve = pid
Expand Down

0 comments on commit 0d895b4

Please sign in to comment.