mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcdmain/grpc_proxy: Remove superflous logging line.
This commit is contained in:
parent
093282f5ea
commit
9d5a840942
@ -324,7 +324,6 @@ func newClientCfg(lg *zap.Logger, eps []string) (*clientv3.Config, error) {
|
|||||||
cfg.MaxCallRecvMsgSize = grpcMaxCallRecvMsgSize
|
cfg.MaxCallRecvMsgSize = grpcMaxCallRecvMsgSize
|
||||||
}
|
}
|
||||||
|
|
||||||
lg.Info("grpcProxyCA for connections to etcd-server")
|
|
||||||
tls := newTLS(grpcProxyCA, grpcProxyCert, grpcProxyKey, true)
|
tls := newTLS(grpcProxyCA, grpcProxyCert, grpcProxyKey, true)
|
||||||
if tls == nil && grpcProxyInsecureSkipTLSVerify {
|
if tls == nil && grpcProxyInsecureSkipTLSVerify {
|
||||||
tls = &transport.TLSInfo{}
|
tls = &transport.TLSInfo{}
|
||||||
|
@ -204,6 +204,7 @@ func (v2p *proxyV2Proc) Start() error {
|
|||||||
if err := v2p.start(); err != nil {
|
if err := v2p.start(); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
// The full line we are expecting in the logs:
|
||||||
// "caller":"httpproxy/director.go:65","msg":"endpoints found","endpoints":["http://localhost:20000"]}
|
// "caller":"httpproxy/director.go:65","msg":"endpoints found","endpoints":["http://localhost:20000"]}
|
||||||
return v2p.waitReady("endpoints found")
|
return v2p.waitReady("endpoints found")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user