diff --git a/cache-config/tm-health-client/tmagent/tmagent.go b/cache-config/tm-health-client/tmagent/tmagent.go index 85329d8672..3006d27b46 100644 --- a/cache-config/tm-health-client/tmagent/tmagent.go +++ b/cache-config/tm-health-client/tmagent/tmagent.go @@ -405,7 +405,7 @@ func (c *ParentInfo) findATrafficMonitor() (string, error) { return "", errors.New("there are no available traffic monitors") } - log.Infof("polling: %s\n", tmHostname) + log.Debugf("polling: %s\n", tmHostname) return tmHostname, nil }