Skip to content

Commit

Permalink
service-mesh: set envoy log level to debug
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <katexochen0@gmail.com>
  • Loading branch information
katexochen committed Jan 7, 2025
1 parent b6eba6f commit 186a67d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/kuberesource/parts.go
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,9 @@ func ServiceMeshProxy() *applycorev1.ContainerApplyConfiguration {
WithFailureThreshold(5).
WithTCPSocket(TCPSocketAction().
WithPort(intstr.FromInt(15006))),
).
WithArgs(
"-l", "debug",
)
}

Expand Down

0 comments on commit 186a67d

Please sign in to comment.