You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: envoy-control-core/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/snapshot/resource/clusters/EnvoyClustersFactory.kt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -266,7 +266,8 @@ class EnvoyClustersFactory(
266
266
): Collection<Cluster> {
267
267
return cluster?.let {
268
268
if (enableTrafficSplitting(serviceName, cluster.name, dependencies, clusterLoadAssignment)) {
269
-
logger.debug("Creating traffic splitting egress cluster config for ${cluster.name}, service: $serviceName")
269
+
logger.debug(
270
+
"Creating traffic splitting egress cluster config for ${cluster.name}, service: $serviceName")
0 commit comments