mirror of https://github.com/istio/istio.io.git
make "Disable Envoy's access logging a separate section" (#3553)
so it can be referenced from other documents
This commit is contained in:
parent
e6994fa041
commit
c67a696e13
|
|
@ -76,16 +76,18 @@ Note that the messages corresponding to the request appear in logs of the Istio
|
||||||
|
|
||||||
## Cleanup
|
## Cleanup
|
||||||
|
|
||||||
1. Shutdown the [sleep]({{<github_tree>}}/samples/sleep) and [httpbin]({{<github_tree>}}/samples/httpbin) services:
|
Shutdown the [sleep]({{<github_tree>}}/samples/sleep) and [httpbin]({{<github_tree>}}/samples/httpbin) services:
|
||||||
|
|
||||||
{{< text bash >}}
|
{{< text bash >}}
|
||||||
$ kubectl delete -f @samples/sleep/sleep.yaml@
|
$ kubectl delete -f @samples/sleep/sleep.yaml@
|
||||||
$ kubectl delete -f @samples/httpbin/httpbin.yaml@
|
$ kubectl delete -f @samples/httpbin/httpbin.yaml@
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
||||||
1. Edit the `istio` configuration map and set `global.proxy.accessLogFile` to `""`.
|
### Disable Envoy's access logging
|
||||||
Be sure to escape quotation marks with backward slashes (`\"`).
|
|
||||||
|
|
||||||
{{< text bash >}}
|
Edit the `istio` configuration map and set `global.proxy.accessLogFile` to `""`.
|
||||||
$ kubectl edit cm istio -n istio-system
|
Be sure to escape quotation marks with backward slashes (`\"`).
|
||||||
{{< /text >}}
|
|
||||||
|
{{< text bash >}}
|
||||||
|
$ kubectl edit cm istio -n istio-system
|
||||||
|
{{< /text >}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue