Skip to content

Commit

Permalink
Fixed verbosity directly.
Browse files Browse the repository at this point in the history
  • Loading branch information
musa-asad committed Apr 25, 2024
1 parent fe0cfda commit d6fd651
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions translator/translate/otel/exporter/logging/translator.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ func (t *translator) Translate(conf *confmap.Conf) (component.Config, error) {

cfg := t.factory.CreateDefaultConfig().(*loggingexporter.Config)

confmap.NewFromStringMap(map[string]interface{}{
"verbosity": configtelemetry.LevelDetailed,
})
cfg.Verbosity = configtelemetry.LevelDetailed

return cfg, nil
}

0 comments on commit d6fd651

Please sign in to comment.