We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61ac36 commit 6b71f2bCopy full SHA for 6b71f2b
docs/book/src/getting-started.md
@@ -41,6 +41,10 @@ it into a management cluster using `clusterctl`.
41
```console
42
export IBMCLOUD_API_KEY=<YOUR_API_KEY>
43
```
44
+ For enabling debug level logs for the controller, set the `LOGLEVEL` environment variable(defaults to 0).
45
+ ```console
46
+ export LOGLEVEL=5
47
+ ```
48
49
> Note: Refer [Regions-Zones Mapping](/reference/regions-zones-mapping.html) for more information.
50
0 commit comments