Skip to content

Commit 4b1d4cc

Browse files
committed
Fix: Adjust tabs layout after updates in #2216
Signed-off-by: dascole <joe.dascole@konghq.com>
1 parent ad775d8 commit 4b1d4cc

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

app/_src/guides/logging.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ The available Envoy logging levels are:
2525
See `ALL_LOGGER_IDS` in [logger.h from Envoy source](https://github.com/envoyproxy/envoy/blob/main/source/common/common/logger.h#L36) for a list of available components.
2626

2727

28-
{% tabs dp-usage useUrlFragment=false %}
29-
{% tab dp-usage Kubernetes %}
28+
{% tabs %}
29+
{% tab Kubernetes %}
3030
**Option 1: Annotations**
3131

3232
The below annotations can be used to adjust logging levels and components:
@@ -82,7 +82,7 @@ curl -X POST http://localhost:9901/logging?wasm=debug
8282
```
8383

8484
{% endtab %}
85-
{% tab dp-usage Universal %}
85+
{% tab Universal %}
8686

8787
In Universal mode, logging can be enabled by passing the `--envoy-log-level` flag to the kuma-dp process.
8888

@@ -109,8 +109,8 @@ The available logging levels for Control Planes are:
109109
* off
110110

111111

112-
{% tabs cp-usage useUrlFragment=false %}
113-
{% tab cp-usage Kubernetes %}
112+
{% tabs %}
113+
{% tab Kubernetes %}
114114
When using Helm to deploy on Kubernetes, the following can be used to change the Control Plane log level:
115115

116116
```yaml
@@ -132,7 +132,7 @@ containers:
132132
```
133133
134134
{% endtab %}
135-
{% tab cp-usage Universal %}
135+
{% tab Universal %}
136136
137137
In Universal mode, logging can be enabled by passing the `--envoy-log-level` flag to the kuma-dp process.
138138

@@ -147,8 +147,8 @@ kuma-cp run --log-level=debug
147147
Logging for CoreDNS does not have specific levels; it is either on/true or off/false.
148148

149149

150-
{% tabs dns-usage useUrlFragment=false %}
151-
{% tab dns-usage Kubernetes %}
150+
{% tabs %}
151+
{% tab Kubernetes %}
152152
When using Helm to deploy on Kubernetes, the following can be used to change the DNS log level:
153153

154154
```yaml
@@ -169,17 +169,13 @@ Additionally, the environment variable `KUMA_RUNTIME_KUBERNETES_INJECTOR_BUILTIN
169169
```
170170

171171
{% endtab %}
172-
{% tab dns-usage Universal %}
172+
{% tab Universal %}
173173

174174
In Universal mode, logging can be enabled by setting the environment variable `KUMA_RUNTIME_KUBERNETES_INJECTOR_BUILTIN_DNS_LOGGING`.
175175

176176
```shell
177177
export KUMA_RUNTIME_KUBERNETES_INJECTOR_BUILTIN_DNS_LOGGING=true
178178
```
179179

180-
```yaml
181-
182-
```
183-
184180
{% endtab %}
185181
{% endtabs %}

0 commit comments

Comments
 (0)