Skip to content

Commit d2d492b

Browse files
committed
Add doc related to log level
Add doc related to log level to enable gophercloud request logs.
1 parent c3779d3 commit d2d492b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/book/src/clusteropenstack/configuration.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- [DNS server](#dns-server)
1212
- [Machine flavor](#machine-flavor)
1313
- [Optional Configuration](#optional-configuration)
14+
- [Log level](#log-level)
1415
- [External network](#external-network)
1516
- [Floating IP](#floating-ip)
1617
- [Network Filters](#network-filters)
@@ -120,6 +121,10 @@ The flavors for control plane and worker node machines must be exposed as enviro
120121

121122
# Optional Configuration
122123

124+
## Log level
125+
126+
If with `--v=6` the gophercloud client would log it's requests. This would really help during debugging.
127+
123128
## External network
124129

125130
External network is automatically found, but you can specify the external network explicitly by `spec.externalNetworkId` of `OpenStackCluster`.

0 commit comments

Comments
 (0)