Skip to content

Commit

Permalink
fix: change missing probe log level
Browse files Browse the repository at this point in the history
  • Loading branch information
josedonizetti committed Jan 31, 2024
1 parent f61866b commit c076b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ebpf/tracee.go
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ func (t *Tracee) attachProbes() error {
for _, evtID := range evtID {
evtName := events.Core.GetDefinitionByID(evtID).GetName()
if probe.IsRequired() {
logger.Errorw(
logger.Warnw(
"Cancelling event and its dependencies because of missing probe",
"missing probe", probe.GetHandle(), "event", evtName,
)
Expand Down

0 comments on commit c076b4e

Please sign in to comment.