mirror of https://github.com/hashicorp/consul
remove mucking with AdminAccessLogConfig
parent
691dab71bd
commit
924d61fc04
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue