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: content/en/docs/concepts/cluster-administration/system-logs.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,17 +99,17 @@ List of components currently supporting JSON format:
99
99
Log sanitization might incur significant computation overhead and therefore should not be enabled in production.
100
100
{{< /warning >}}
101
101
102
-
The `--experimental-logging-sanitization`controls if a sanitization filter will be installed in klog.
102
+
The `--experimental-logging-sanitization`flag enables the klog sanitization filter.
103
103
If enabled all log arguments are inspected for fields tagged as sensitive data (e.g. passwords, keys, tokens) and logging of these fields will be prevented.
104
104
105
105
List of components currently supporting log sanitization:
0 commit comments