File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 29
29
- " --leader-elect"
30
30
- " --metrics-bind-addr=127.0.0.1:8080"
31
31
- " --powervs-provider-id-fmt=${POWERVS_PROVIDER_ID_FORMAT:=v1}"
32
+ - " --v=${LOGLEVEL:=0}"
32
33
image : controller:latest
33
34
name : manager
34
35
ports :
Original file line number Diff line number Diff line change @@ -94,6 +94,8 @@ prerequisites_powervs(){
94
94
export IBMPOWERVS_IMAGE_NAME=${IBMPOWERVS_IMAGE_NAME:- " capibm-powervs-centos-streams8-1-22-4" }
95
95
export IBMPOWERVS_SERVICE_INSTANCE_ID=${IBMPOWERVS_SERVICE_INSTANCE_ID:- " 0f28d13a-6e33-4d86-b6d7-a9b46ff7659e" }
96
96
export IBMPOWERVS_NETWORK_NAME=${BOSKOS_RESOURCE_NAME:- " capi-e2e-test" }
97
+ # Setting controller loglevel to allow debug logs from the PowerVS client
98
+ export LOGLEVEL=5
97
99
}
98
100
99
101
main (){
You can’t perform that action at this time.
0 commit comments