Skip to content

Commit

Permalink
GCS Runner: Allow unknown static fields (#514)
Browse files Browse the repository at this point in the history
This allows new fields to be consumed in accordance with standard SemVer
procedure. Otherwise, new features can become breaking changes.

Co-authored-by: Todd Beckman <[email protected]>
  • Loading branch information
nareddyt and toddbeckman-g authored May 18, 2021
1 parent b65fcb9 commit 44b486d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/go/gcsrunner/start_envoy.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ func StartEnvoyAndWait(signalChan chan os.Signal, opts StartEnvoyOptions) error
"--log-path", opts.LogPath,
"--log-format", "%L%m%d %T.%e %t envoy] [%t][%n]%v",
"--log-format-escaped",
"--allow-unknown-static-fields",
}
if opts.ComponentLogLevel != "" {
startupFlags = append(startupFlags, "--component-log-level", opts.ComponentLogLevel)
Expand Down

0 comments on commit 44b486d

Please sign in to comment.