Log tapping Golang

This commit is contained in:
M. Mert Yildiran 2022-06-03 03:02:38 +03:00
parent d07a94fcc6
commit e52a08223a
No known key found for this signature in database
GPG Key ID: D42ADB236521BF7A

View File

@ -205,6 +205,8 @@ func (t *TlsTapper) tapGolangPid(procfs string, pid uint32, namespace string) er
return err
}
logger.Log.Infof("Tapping TLS (pid: %v) (Golang: %v)", pid, exePath)
t.golangHooksStructs = append(t.golangHooksStructs, hooks)
t.poller.addPid(pid, namespace)