diff --git a/envoy-control-core/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/snapshot/EnvoySnapshotFactory.kt b/envoy-control-core/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/snapshot/EnvoySnapshotFactory.kt index c56165dad..6cecdd8ef 100644 --- a/envoy-control-core/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/snapshot/EnvoySnapshotFactory.kt +++ b/envoy-control-core/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/snapshot/EnvoySnapshotFactory.kt @@ -229,6 +229,12 @@ class EnvoySnapshotFactory( ?.any { e -> trafficSplitting.zoneName == e.locality.zone } ?: false return if (weights != null && enabledForDependency) { + if(serviceName == "varnish") { + logger.info( + "Building traffic splitting route spec, weights: $weights, " + + "serviceName: $serviceName, clusterName: $clusterName, " + ) + } logger.debug( "Building traffic splitting route spec, weights: $weights, " + "serviceName: $serviceName, clusterName: $clusterName, "