mirror of https://github.com/knative/docs.git
Format markdown (#1573)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)` /assign @samodell
This commit is contained in:
parent
68a0ba0d53
commit
df32d80c14
|
@ -68,13 +68,12 @@ in Knative.
|
|||
Run the following command and follow the instructions below to enable request
|
||||
logs if they are wanted:
|
||||
|
||||
|
||||
```
|
||||
kubectl edit cm -n knative-serving config-observability
|
||||
```
|
||||
|
||||
Copy `logging.request-log-template` from `data._example` field to`data`
|
||||
field in the `ConfigMap` you are editing.. You can find detailed information in
|
||||
Copy `logging.request-log-template` from `data._example` field to`data` field in
|
||||
the `ConfigMap` you are editing.. You can find detailed information in
|
||||
`data._example` field to customize the request log format.
|
||||
|
||||
### Choose One Logging Backend
|
||||
|
|
Loading…
Reference in New Issue