File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
content/zh-cn/docs/tasks/debug/debug-cluster Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -120,19 +120,19 @@ _audit level_ of the event. The defined audit levels are:
120
120
121
121
<!--
122
122
- `None` - don't log events that match this rule.
123
- - `Metadata` - log request metadata (requesting user, timestamp, resource,
123
+ - `Metadata` - log events with metadata (requesting user, timestamp, resource,
124
124
verb, etc.) but not request or response body.
125
- - `Request` - log event metadata and request body but not response body.
125
+ - `Request` - log events with request metadata and body but not response body.
126
126
This does not apply for non-resource requests.
127
- - `RequestResponse` - log event metadata, request and response bodies .
127
+ - `RequestResponse` - log events with request metadata, request body and response body .
128
128
This does not apply for non-resource requests.
129
129
-->
130
130
- ` None ` - 符合这条规则的日志将不会记录。
131
131
- ` Metadata ` - 记录请求的元数据(请求的用户、时间戳、资源、动词等等),
132
132
但是不记录请求或者响应的消息体。
133
- - ` Request ` - 记录事件的元数据和请求的消息体 ,但是不记录响应的消息体。
133
+ - ` Request ` - 记录请求的元数据和请求的消息体 ,但是不记录响应的消息体。
134
134
这不适用于非资源类型的请求。
135
- - ` RequestResponse ` - 记录事件的元数据,请求和响应的消息体 。这不适用于非资源类型的请求。
135
+ - ` RequestResponse ` - 记录请求的元数据、请求正文和响应正文 。这不适用于非资源类型的请求。
136
136
137
137
<!--
138
138
You can pass a file with the policy to `kube-apiserver`
You can’t perform that action at this time.
0 commit comments