Skip to content

Commit

Permalink
Merge pull request #1023 from skmatti/be-fix-1.7
Browse files Browse the repository at this point in the history
Enable Access Logs by default
  • Loading branch information
k8s-ci-robot authored Feb 24, 2020
2 parents b1a24b1 + a61be6f commit 99138e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/backends/backends.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ func (b *Backends) Create(sp utils.ServicePort, hcLink string) (*composite.Backe
Port: namedPort.Port,
PortName: namedPort.Name,
HealthChecks: []string{hcLink},
// LogConfig is using GA API so this is not considered for computing API version.
LogConfig: &composite.BackendServiceLogConfig{
Enable: true,
},
}

if sp.L7ILBEnabled {
Expand Down

0 comments on commit 99138e8

Please sign in to comment.