Skip to content

Commit

Permalink
Merge pull request #1141 from skmatti/release-1.8
Browse files Browse the repository at this point in the history
Cherrypick #1138 [Set access logging sampling rate to be 1] into release-1.8
  • Loading branch information
k8s-ci-robot committed Jun 8, 2020
2 parents 7bac19b + bfd7d25 commit 1d5f384
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/backends/backends.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ func (b *Backends) Create(sp utils.ServicePort, hcLink string) (*composite.Backe
// LogConfig is using GA API so this is not considered for computing API version.
LogConfig: &composite.BackendServiceLogConfig{
Enable: true,
// Sampling rate needs to be specified explicitly.
SampleRate: 1.0,
},
}

Expand Down

0 comments on commit 1d5f384

Please sign in to comment.