Skip to content

Commit

Permalink
Use default struct.
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanGuedes committed Apr 3, 2024
1 parent 5676e0c commit 940b89d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/loki/runtime_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ func (r runtimeConfigValues) validate() error {

func loadRuntimeConfig(r io.Reader) (interface{}, error) {
overrides := &runtimeConfigValues{
DefaultConfig: &runtime.Config{
LimitedLogPushErrors: true,
},
DefaultConfig: defaultRuntimeCfg,
}

decoder := yaml.NewDecoder(r)
Expand Down

0 comments on commit 940b89d

Please sign in to comment.