diff --git a/cmd/tapRunner.go b/cmd/tapRunner.go index b603bb252..0455b0324 100644 --- a/cmd/tapRunner.go +++ b/cmd/tapRunner.go @@ -58,7 +58,7 @@ func tap() { log.Info(). Str("limit", config.Config.Tap.StorageLimit). - Msg(fmt.Sprintf("%s will store the traffic up to a limit (per node). Oldest TCP streams will be removed once the limit is reached.", misc.Software)) + Msg(fmt.Sprintf("%s will store the traffic up to a limit (per node). Oldest TCP/UDP streams will be removed once the limit is reached.", misc.Software)) connector = connect.NewConnector(kubernetes.GetLocalhostOnPort(config.Config.Tap.Proxy.Hub.SrcPort), connect.DefaultRetries, connect.DefaultTimeout)