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:
mattmoor-sockpuppet 2019-07-03 22:02:34 -07:00 committed by Knative Prow Robot
parent 68a0ba0d53
commit df32d80c14
1 changed files with 2 additions and 3 deletions

View File

@ -68,13 +68,12 @@ in Knative.
Run the following command and follow the instructions below to enable request Run the following command and follow the instructions below to enable request
logs if they are wanted: logs if they are wanted:
``` ```
kubectl edit cm -n knative-serving config-observability kubectl edit cm -n knative-serving config-observability
``` ```
Copy `logging.request-log-template` from `data._example` field to`data` Copy `logging.request-log-template` from `data._example` field to`data` field in
field in the `ConfigMap` you are editing.. You can find detailed information in the `ConfigMap` you are editing.. You can find detailed information in
`data._example` field to customize the request log format. `data._example` field to customize the request log format.
### Choose One Logging Backend ### Choose One Logging Backend