Skip to content

Commit

Permalink
change proxy debug levels
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso committed Mar 17, 2023
1 parent 10a902e commit 355e914
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
1 change: 1 addition & 0 deletions third_party/istio-latest/istio-ci-mesh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ spec:
values:
global:
proxy:
logLevel: debug
autoInject: enabled
pilot:
autoscaleMin: 3
Expand Down
4 changes: 2 additions & 2 deletions third_party/istio-latest/istio-ci-mesh/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7774,7 +7774,7 @@ data:
"includeIPRanges": "*",
"includeInboundPorts": "*",
"includeOutboundPorts": "",
"logLevel": "warning",
"logLevel": "debug",
"privileged": false,
"readinessFailureThreshold": 30,
"readinessInitialDelaySeconds": 1,
Expand Down Expand Up @@ -9049,7 +9049,7 @@ spec:
- router
- --domain
- $(POD_NAMESPACE).svc.cluster.local
- --proxyLogLevel=warning
- --proxyLogLevel=debug
- --proxyComponentLogLevel=misc:error
- --log_output_level=default:info
env:
Expand Down
3 changes: 3 additions & 0 deletions third_party/istio-latest/istio-ci-no-mesh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
spec:
values:
global:
proxy:
logLevel: debug
pilot:
autoscaleMin: 3
autoscaleMax: 10
Expand Down
4 changes: 2 additions & 2 deletions third_party/istio-latest/istio-ci-no-mesh/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7774,7 +7774,7 @@ data:
"includeIPRanges": "*",
"includeInboundPorts": "*",
"includeOutboundPorts": "",
"logLevel": "warning",
"logLevel": "debug",
"privileged": false,
"readinessFailureThreshold": 30,
"readinessInitialDelaySeconds": 1,
Expand Down Expand Up @@ -9049,7 +9049,7 @@ spec:
- router
- --domain
- $(POD_NAMESPACE).svc.cluster.local
- --proxyLogLevel=warning
- --proxyLogLevel=debug
- --proxyComponentLogLevel=misc:error
- --log_output_level=default:info
env:
Expand Down
1 change: 1 addition & 0 deletions third_party/istio-latest/istio-kind-no-mesh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ spec:
values:
global:
proxy:
logLevel: debug
clusterDomain: cluster.local
pilot:
autoscaleMin: 1
Expand Down
4 changes: 2 additions & 2 deletions third_party/istio-latest/istio-kind-no-mesh/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7774,7 +7774,7 @@ data:
"includeIPRanges": "*",
"includeInboundPorts": "*",
"includeOutboundPorts": "",
"logLevel": "warning",
"logLevel": "debug",
"privileged": false,
"readinessFailureThreshold": 30,
"readinessInitialDelaySeconds": 1,
Expand Down Expand Up @@ -9049,7 +9049,7 @@ spec:
- router
- --domain
- $(POD_NAMESPACE).svc.cluster.local
- --proxyLogLevel=warning
- --proxyLogLevel=debug
- --proxyComponentLogLevel=misc:error
- --log_output_level=default:info
env:
Expand Down

0 comments on commit 355e914

Please sign in to comment.