Skip to content

Commit 298a447

Browse files
authored
Doc to log requests/responses for powervs apis (#512)
1 parent 8363f7a commit 298a447

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/book/src/developer/tilt.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@ Make sure to replace the parameter `IBMCLOUD_API_KEY` with a valid API key.
4545
}
4646
}
4747
```
48+
49+
Add following extra_args to log Power VS REST API Requests/Responses
50+
51+
```json
52+
{
53+
"extra_args": {
54+
"ibmcloud": ["-v=5"]
55+
}
56+
}
57+
```
4858
**NOTE**: For information about all the fields that can be used in the `tilt-settings.json` file, check them [here](https://cluster-api.sigs.k8s.io/developer/tilt.html#tilt-settingsjson-fields).
4959

5060
## Run Tilt

0 commit comments

Comments
 (0)