fix log streaming

This commit is contained in:
Asim Aslam
2020-01-02 18:23:43 +00:00
parent e697912ee5
commit 225b17559b
3 changed files with 7 additions and 2 deletions

View File

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