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 (#19777)
This commit is contained in:
parent
197cbe5bee
commit
9b7622df0f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue