0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-10 16:17:36 +00:00

fix(go.d/sd): fix logging cfg source when disabled ()

This commit is contained in:
Ilya Mashchenko 2025-03-05 14:03:25 +02:00 committed by GitHub
parent 197cbe5bee
commit 9b7622df0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -113,7 +113,7 @@ func (d *ServiceDiscovery) addPipeline(ctx context.Context, conf confFile, in ch
}
if cfg.Disabled {
d.Infof("pipeline config is disabled '%s' (%s)", cfg.Name, cfg.Source)
d.Infof("pipeline config is disabled '%s' (%s)", cfg.Name, conf.source)
return
}