fix log streaming

This commit is contained in:
Asim Aslam
2020-01-02 18:23:43 +00:00
committed by Vasiliy Tolstov
parent 7e8f3ef103
commit aa7d6aada3
2 changed files with 4 additions and 1 deletions

View File

@@ -180,5 +180,5 @@ func (g *grpcCodec) Close() error {
}
func (g *grpcCodec) String() string {
return g.c.Name()
return "grpc"
}