Skip to content

Commit

Permalink
Update doc with enabling debug logs (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amulyam24 authored Apr 22, 2022
1 parent e61ac36 commit 6b71f2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/book/src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ it into a management cluster using `clusterctl`.
```console
export IBMCLOUD_API_KEY=<YOUR_API_KEY>
```
For enabling debug level logs for the controller, set the `LOGLEVEL` environment variable(defaults to 0).
```console
export LOGLEVEL=5
```

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

Expand Down

0 comments on commit 6b71f2b

Please sign in to comment.