mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
*: use capnslog for grpclog
This commit is contained in:
@@ -16,8 +16,6 @@ package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
"log"
|
||||
"math/rand"
|
||||
"net"
|
||||
"net/http"
|
||||
@@ -35,7 +33,7 @@ import (
|
||||
)
|
||||
|
||||
func init() {
|
||||
grpclog.SetLogger(log.New(ioutil.Discard, "", 0))
|
||||
grpclog.SetLogger(plog)
|
||||
}
|
||||
|
||||
type Stresser interface {
|
||||
|
||||
Reference in New Issue
Block a user