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
2. In the values.yaml file for your backend Helm chart, add the following configuration:
307
+
308
+
.. code-block:: bash
309
+
310
+
# Add EnvoyFilter settings here
311
+
envoyFilter:
312
+
enabled: true # Set to 'false' to disable the filter
313
+
namespace: "istio-system" # The namespace where the EnvoyFilter should be applied
314
+
270
315
Logs levels
271
316
"""""""""""""""
272
317
Specifying a LOG_LEVEL makes sure that only logs with that level or higher are included. Using 'debug' or 'verbose' LOG_LEVEL in a production environment is not recommended.
0 commit comments