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 a22da7e39..de82c2965 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 @@ -230,7 +230,8 @@ class EnvoySnapshotFactory( ?: false logger.debug( "Building route spec, weights: $weights, " + - "serviceName: $serviceName, outgoing dependency clusterName: $clusterName, enabled: $enabledForDependency" + "serviceName: $serviceName, outgoing dependency clusterName: $clusterName, " + + "enabled: $enabledForDependency" ) return if (weights != null && enabledForDependency) { logger.debug(