mirror of https://github.com/knative/docs.git
Fixed minor typos. (#1849)
Removed extraneous period and double quotes.
This commit is contained in:
parent
504f4a8737
commit
ec69cedbe1
|
@ -73,7 +73,7 @@ kubectl edit cm -n knative-serving config-observability
|
||||||
```
|
```
|
||||||
|
|
||||||
Copy `logging.request-log-template` from `data._example` field to`data` field 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
|
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
|
||||||
|
@ -196,7 +196,7 @@ To configure and setup monitoring:
|
||||||
- You want to send logs to another GCP project.
|
- You want to send logs to another GCP project.
|
||||||
|
|
||||||
1. Follow the instructions in
|
1. Follow the instructions in
|
||||||
["Setting up a logging plugin"](./setting-up-a-logging-plugin.md#Configuring)
|
[Setting up a logging plugin](./setting-up-a-logging-plugin.md#Configuring)
|
||||||
to configure the stackdriver components settings.
|
to configure the stackdriver components settings.
|
||||||
|
|
||||||
1. Install Knative Stackdriver components by running the following command from
|
1. Install Knative Stackdriver components by running the following command from
|
||||||
|
|
Loading…
Reference in New Issue