Skip to content

Commit 5ba3b3b

Browse files
committed
TUN-3939: Add logging that shows that Warp-routing is enabled
1 parent 63a29f4 commit 5ba3b3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/cloudflared/tunnel/configuration.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ func prepareTunnelConfig(
235235
warpRoutingEnabled := isWarpRoutingEnabled(cfg.WarpRouting, isNamedTunnel)
236236
if warpRoutingEnabled {
237237
warpRoutingService = ingress.NewWarpRoutingService()
238+
log.Info().Msgf("Warp-routing is enabled")
238239
}
239240

240241
protocolSelector, err := connection.NewProtocolSelector(c.String("protocol"), warpRoutingEnabled, namedTunnel, edgediscovery.HTTP2Percentage, origin.ResolveTTL, log)

0 commit comments

Comments
 (0)