Skip to content

Commit

Permalink
Merge 924d61f into backport/jm/NET-6317/reasonably-evolving-skunk
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-consul-core authored Dec 14, 2023
2 parents 520de37 + 924d61f commit 9ddddc7
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 9ddddc7

Please sign in to comment.