mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-01 10:36:55 +00:00
Log tapping Golang
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user