Skip to content

Commit

Permalink
logs #292
Browse files Browse the repository at this point in the history
  • Loading branch information
nastassia-dailidava committed Sep 18, 2023
1 parent 17ed4fa commit 2e68b5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class EnvoyClustersFactory(
communicationMode: CommunicationMode
): List<Cluster> {
return services.map { edsCluster(it, communicationMode) }
.onEach { logger.debug("Created cluster config for services: ${it.toString()}") }
.onEach { logger.debug("Created cluster config for services {}", it.toString()) }
}

fun getSecuredClusters(insecureClusters: List<Cluster>): List<Cluster> {
Expand Down

0 comments on commit 2e68b5d

Please sign in to comment.