We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a508bb commit adffe22Copy full SHA for adffe22
exporter/datadogexporter/factory.go
@@ -164,7 +164,6 @@ func (f *factory) createMetricsExporter(
164
165
cfg := c.(*ddconfig.Config)
166
167
- set.Logger.Info("sanitizing Datadog metrics exporter configuration")
168
if err := cfg.Sanitize(set.Logger); err != nil {
169
return nil, err
170
}
@@ -229,7 +228,6 @@ func (f *factory) createTracesExporter(
229
228
230
231
232
- set.Logger.Info("sanitizing Datadog traces exporter configuration")
233
234
235
0 commit comments