We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e2a50 commit 0118897Copy full SHA for 0118897
internal/collector/settings.go
@@ -91,7 +91,6 @@ func createFile(confPath string) error {
91
92
// Generates a OTel Collector config to a file by injecting the Metrics Config to a Go template.
93
func writeCollectorConfig(conf *config.Collector) error {
94
- slog.Info("Writing collector config")
95
otelcolTemplate, err := template.New(otelTemplatePath).Parse(otelcolTemplate)
96
if err != nil {
97
return err
0 commit comments