mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-09 06:14:06 +00:00
Log tapping Golang
This commit is contained in:
parent
d07a94fcc6
commit
e52a08223a
@ -205,6 +205,8 @@ func (t *TlsTapper) tapGolangPid(procfs string, pid uint32, namespace string) er
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
logger.Log.Infof("Tapping TLS (pid: %v) (Golang: %v)", pid, exePath)
|
||||||
|
|
||||||
t.golangHooksStructs = append(t.golangHooksStructs, hooks)
|
t.golangHooksStructs = append(t.golangHooksStructs, hooks)
|
||||||
|
|
||||||
t.poller.addPid(pid, namespace)
|
t.poller.addPid(pid, namespace)
|
||||||
|
Loading…
Reference in New Issue
Block a user