Skip to content

Commit

Permalink
Change a chatty log message from Info to Debug by request. The message (
Browse files Browse the repository at this point in the history
#6170)

just logs that it is polling a traffic monitor
  • Loading branch information
jrushford authored Sep 7, 2021
1 parent 61f4a79 commit a971b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache-config/tm-health-client/tmagent/tmagent.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit a971b6c

Please sign in to comment.