Skip to content

Commit ce742c8

Browse files
Merge pull request #19135 from jboyd01/less-verbose-logs
service catalog: start API and Controller pods with log verbosity = 3
2 parents 7f3dad5 + 42394e5 commit ce742c8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/service-catalog/service-catalog.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ objects:
5050
- --etcd-servers
5151
- http://localhost:2379
5252
- -v
53-
- "10"
53+
- "3"
5454
- --cors-allowed-origins
5555
- ${CORS_ALLOWED_ORIGIN}
5656
- --feature-gates
@@ -143,7 +143,7 @@ objects:
143143
- --secure-port
144144
- "6444"
145145
- -v
146-
- "5"
146+
- "3"
147147
- --leader-election-namespace
148148
- kube-service-catalog
149149
- --broker-relist-interval

pkg/oc/bootstrap/bindata.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)