Skip to content

Commit

Permalink
Added logs #292
Browse files Browse the repository at this point in the history
  • Loading branch information
nastassia-dailidava committed Sep 15, 2023
1 parent 2b62bc7 commit d0e912a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,11 @@ class EnvoyClustersFactory(
return cluster?.let {
if (enableTrafficSplitting(serviceName, clusterLoadAssignment)) {
logger.debug(
"Creating traffic splitting egress cluster config for ${cluster.name}, service: $serviceName"
"Creating traffic splitting cluster config for ${cluster.name}, service: $serviceName"
)
createSetOfClustersForGroup(dependencySettings, cluster)
} else {
logger.debug("Creating cluster config for ${cluster.name}, service: $serviceName")
listOf(createClusterForGroup(dependencySettings, cluster))
}
} ?: listOf()
Expand Down

0 comments on commit d0e912a

Please sign in to comment.