Skip to content

Commit

Permalink
Doc to log requests/responses for powervs apis (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkumatag authored Jan 13, 2022
1 parent 8363f7a commit 298a447
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/book/src/developer/tilt.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ Make sure to replace the parameter `IBMCLOUD_API_KEY` with a valid API key.
}
}
```

Add following extra_args to log Power VS REST API Requests/Responses

```json
{
"extra_args": {
"ibmcloud": ["-v=5"]
}
}
```
**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).

## Run Tilt
Expand Down

0 comments on commit 298a447

Please sign in to comment.