Skip to content

Commit

Permalink
[CWS] Lower ptrace tracee resolution issue log level (DataDog#31950)
Browse files Browse the repository at this point in the history
  • Loading branch information
spikat authored Dec 10, 2024
1 parent 5978d29 commit 357c34f
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 @@ -1097,7 +1097,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.Infof("PTrace err: %v", err)
return
}
pidToResolve = pid
Expand Down

0 comments on commit 357c34f

Please sign in to comment.