Reduce the noise

This commit is contained in:
Frank Denis 2018-01-19 22:37:05 +01:00
parent a64f90e1ba
commit 2ab29a43d6
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ func ConfigLoad(proxy *Proxy, svcFlag *string, config_file string) error {
continue
}
}
dlog.Infof("Adding [%s] to the set of wanted resolvers", registeredServer.name)
dlog.Debugf("Adding [%s] to the set of wanted resolvers", registeredServer.name)
proxy.registeredServers = append(proxy.registeredServers, registeredServer)
}
}