TUN-3939: Add logging that shows that Warp-routing is enabled
This commit is contained in:
parent
63a29f421a
commit
5ba3b3b309
|
@ -235,6 +235,7 @@ func prepareTunnelConfig(
|
|||
warpRoutingEnabled := isWarpRoutingEnabled(cfg.WarpRouting, isNamedTunnel)
|
||||
if warpRoutingEnabled {
|
||||
warpRoutingService = ingress.NewWarpRoutingService()
|
||||
log.Info().Msgf("Warp-routing is enabled")
|
||||
}
|
||||
|
||||
protocolSelector, err := connection.NewProtocolSelector(c.String("protocol"), warpRoutingEnabled, namedTunnel, edgediscovery.HTTP2Percentage, origin.ResolveTTL, log)
|
||||
|
|
Loading…
Reference in New Issue