You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/_src/guides/logging.md
+9-13Lines changed: 9 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,8 @@ The available Envoy logging levels are:
25
25
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.
26
26
27
27
28
-
{% tabs dp-usage useUrlFragment=false %}
29
-
{% tab dp-usage Kubernetes %}
28
+
{% tabs %}
29
+
{% tab Kubernetes %}
30
30
**Option 1: Annotations**
31
31
32
32
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
82
82
```
83
83
84
84
{% endtab %}
85
-
{% tab dp-usage Universal %}
85
+
{% tab Universal %}
86
86
87
87
In Universal mode, logging can be enabled by passing the `--envoy-log-level` flag to the kuma-dp process.
88
88
@@ -109,8 +109,8 @@ The available logging levels for Control Planes are:
109
109
* off
110
110
111
111
112
-
{% tabs cp-usage useUrlFragment=false %}
113
-
{% tab cp-usage Kubernetes %}
112
+
{% tabs %}
113
+
{% tab Kubernetes %}
114
114
When using Helm to deploy on Kubernetes, the following can be used to change the Control Plane log level:
115
115
116
116
```yaml
@@ -132,7 +132,7 @@ containers:
132
132
```
133
133
134
134
{% endtab %}
135
-
{% tab cp-usage Universal %}
135
+
{% tab Universal %}
136
136
137
137
In Universal mode, logging can be enabled by passing the `--envoy-log-level` flag to the kuma-dp process.
138
138
@@ -147,8 +147,8 @@ kuma-cp run --log-level=debug
147
147
Logging for CoreDNS does not have specific levels; it is either on/true or off/false.
148
148
149
149
150
-
{% tabs dns-usage useUrlFragment=false %}
151
-
{% tab dns-usage Kubernetes %}
150
+
{% tabs %}
151
+
{% tab Kubernetes %}
152
152
When using Helm to deploy on Kubernetes, the following can be used to change the DNS log level:
153
153
154
154
```yaml
@@ -169,17 +169,13 @@ Additionally, the environment variable `KUMA_RUNTIME_KUBERNETES_INJECTOR_BUILTIN
169
169
```
170
170
171
171
{% endtab %}
172
-
{% tab dns-usage Universal %}
172
+
{% tab Universal %}
173
173
174
174
In Universal mode, logging can be enabled by setting the environment variable `KUMA_RUNTIME_KUBERNETES_INJECTOR_BUILTIN_DNS_LOGGING`.
0 commit comments