mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 02:37:24 +08:00
fix(host): make telegraf configuration log to debug (#21844)
This commit is contained in:
@@ -2527,7 +2527,7 @@ func (h *SHostInfo) OnCatalogChanged(catalog mcclient.KeystoneServiceCatalogV3)
|
||||
telegraf.BgReloadConf(conf)
|
||||
}
|
||||
} else {
|
||||
log.Infof("telegraf configuration no change")
|
||||
log.Debugf("telegraf configuration no change")
|
||||
}
|
||||
|
||||
/*urls, _ = catalog.GetServiceURLs("elasticsearch",
|
||||
|
||||
Reference in New Issue
Block a user