Skip to content

Commit

Permalink
Logs for vte
Browse files Browse the repository at this point in the history
  • Loading branch information
nastassia-dailidava committed Dec 12, 2023
1 parent 4cf5537 commit 2a60232
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 2a60232

Please sign in to comment.