Skip to content

Commit 6b71f2b

Browse files
authored
Update doc with enabling debug logs (#648)
1 parent e61ac36 commit 6b71f2b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/book/src/getting-started.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ it into a management cluster using `clusterctl`.
4141
```console
4242
export IBMCLOUD_API_KEY=<YOUR_API_KEY>
4343
```
44+
For enabling debug level logs for the controller, set the `LOGLEVEL` environment variable(defaults to 0).
45+
```console
46+
export LOGLEVEL=5
47+
```
4448

4549
> Note: Refer [Regions-Zones Mapping](/reference/regions-zones-mapping.html) for more information.
4650

0 commit comments

Comments
 (0)