Skip to content

Commit 0118897

Browse files
committed
clean up
1 parent f0e2a50 commit 0118897

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/collector/settings.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ func createFile(confPath string) error {
9191

9292
// Generates a OTel Collector config to a file by injecting the Metrics Config to a Go template.
9393
func writeCollectorConfig(conf *config.Collector) error {
94-
slog.Info("Writing collector config")
9594
otelcolTemplate, err := template.New(otelTemplatePath).Parse(otelcolTemplate)
9695
if err != nil {
9796
return err

0 commit comments

Comments
 (0)