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 cf97e30 commit 17ed4fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ class EnvoyClustersFactory(
.setCommonHttpProtocolOptions(HttpProtocolOptions.newBuilder().setIdleTimeout(idleTimeoutPolicy))
.setName(clusterName)
.build()
.also { logger.debug("Created regular cluster config ${it.toString()}") }
.also { logger.debug("Created regular cluster config {}", it.toString()) }
}

private fun createSetOfClustersForGroup(
Expand Down

0 comments on commit 17ed4fa

Please sign in to comment.