Skip to content

Commit

Permalink
[exporter/datadog] Remove useless logs (#11028)
Browse files Browse the repository at this point in the history
[exporter/datadog] Remove logs
  • Loading branch information
mx-psi authored Jun 14, 2022
1 parent 1a508bb commit adffe22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions exporter/datadogexporter/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ func (f *factory) createMetricsExporter(

cfg := c.(*ddconfig.Config)

set.Logger.Info("sanitizing Datadog metrics exporter configuration")
if err := cfg.Sanitize(set.Logger); err != nil {
return nil, err
}
Expand Down Expand Up @@ -229,7 +228,6 @@ func (f *factory) createTracesExporter(

cfg := c.(*ddconfig.Config)

set.Logger.Info("sanitizing Datadog traces exporter configuration")
if err := cfg.Sanitize(set.Logger); err != nil {
return nil, err
}
Expand Down

0 comments on commit adffe22

Please sign in to comment.