Skip to content

Commit 2aca22e

Browse files
authored
docs: fix indentation of json access log example (envoyproxy#7241)
fix indentation of json access log example Signed-off-by: Mark Ormesher <[email protected]>
1 parent 3c133bc commit 2aca22e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

site/content/en/contributions/design/proxy-accesslog.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ title: "Data Plane Observability: Accesslog"
44

55
## Overview
66

7-
Envoy supports extensible accesslog to different sinks, File, gRPC etc.
7+
Envoy supports extensible accesslog to different sinks, File, gRPC etc.
88

9-
Envoy supports customizable access log formats using predefined fields as well as arbitrary HTTP request and response headers.
9+
Envoy supports customizable access log formats using predefined fields as well as arbitrary HTTP request and response headers.
1010

1111
Envoy supports several built-in access log filters and extension filters that are registered at runtime.
1212

@@ -177,14 +177,14 @@ spec:
177177
accessLog:
178178
settings:
179179
- format:
180-
type: JSON
181-
json:
182-
status: "%RESPONSE_CODE%"
183-
message: "%LOCAL_REPLY_BODY%"
184-
sinks:
185-
- type: File
186-
file:
187-
path: /dev/stdout
180+
type: JSON
181+
json:
182+
status: "%RESPONSE_CODE%"
183+
message: "%LOCAL_REPLY_BODY%"
184+
sinks:
185+
- type: File
186+
file:
187+
path: /dev/stdout
188188
```
189189
190190
- The following is an example with OpenTelemetry format access log.

0 commit comments

Comments
 (0)