Skip to content

Commit 2e68b5d

Browse files
logs #292
1 parent 17ed4fa commit 2e68b5d

File tree

1 file changed

+1
-1
lines changed
  • envoy-control-core/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/snapshot/resource/clusters

1 file changed

+1
-1
lines changed

envoy-control-core/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/snapshot/resource/clusters/EnvoyClustersFactory.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class EnvoyClustersFactory(
8686
communicationMode: CommunicationMode
8787
): List<Cluster> {
8888
return services.map { edsCluster(it, communicationMode) }
89-
.onEach { logger.debug("Created cluster config for services: ${it.toString()}") }
89+
.onEach { logger.debug("Created cluster config for services {}", it.toString()) }
9090
}
9191

9292
fun getSecuredClusters(insecureClusters: List<Cluster>): List<Cluster> {

0 commit comments

Comments
 (0)