Skip to content

Commit

Permalink
remove mucking with AdminAccessLogConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Dec 14, 2023
1 parent a689681 commit 3cfab14
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions command/connect/envoy/bootstrap_tpl.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,7 @@ const bootstrapTemplate = `{
"access_log": [
{{- range $index, $element := .AdminAccessLogConfig}}
{{if $index}},{{end}}
{
"name": "envoy.access_loggers.file",
"typed_config": {
"@type": "type.googleapis.com/envoy.extensions.access_loggers.file.v3.FileAccessLog",
"path": "{{$element}}"
}
}
{{$element}}
{{end}}],
{{- end}}
"address": {
Expand Down

0 comments on commit 3cfab14

Please sign in to comment.