From a160b380c593ec8f64dc477b4e32e2929779e30f Mon Sep 17 00:00:00 2001 From: Zexi Li Date: Thu, 19 Dec 2024 15:56:32 +0800 Subject: [PATCH] fix(host): make telegraf configuration log to debug (#21844) --- pkg/hostman/hostinfo/hostinfo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/hostman/hostinfo/hostinfo.go b/pkg/hostman/hostinfo/hostinfo.go index a150568fda..7e9a4197eb 100644 --- a/pkg/hostman/hostinfo/hostinfo.go +++ b/pkg/hostman/hostinfo/hostinfo.go @@ -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",