Reduce the noise
This commit is contained in:
parent
a64f90e1ba
commit
2ab29a43d6
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue