Removed extraneous log messages

Many of our log messages were being used to generate metrics, but are
now being aggregated and logged to a separate metrics log file and so we
don't need them in the regular logs anymore.

This addresses the goal of ticket #30830, to remove unecessary messages
and keep broker logs for debugging purposes.
This commit is contained in:
Cecylia Bocovich 2019-09-19 16:48:14 -04:00
parent b29b49fc1c
commit f3be34a459
2 changed files with 0 additions and 8 deletions

View file

@ -114,7 +114,6 @@ func (m *Metrics) UpdateCountryStats(addr string) {
if !ok {
country = "??"
log.Println("Unknown geoip")
}
//update map of unique ips and counts