mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
enhance: Remove duplicated log in proxy service (#36110)
Remove duplicate identical log in proxy/service.go Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
51870aef08
commit
aaa8487590
@ -339,7 +339,6 @@ func (s *Server) startExternalGrpc(grpcPort int, errChan chan error) {
|
||||
if Params.TLSMode.GetAsInt() == 1 {
|
||||
creds, err := credentials.NewServerTLSFromFile(Params.ServerPemPath.GetValue(), Params.ServerKeyPath.GetValue())
|
||||
if err != nil {
|
||||
log.Warn("proxy can't create creds", zap.Error(err))
|
||||
log.Warn("proxy can't create creds", zap.Error(err))
|
||||
errChan <- err
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user