fix: logger and context.
This commit is contained in:
parent
b4c7b90c9e
commit
8e18d37b3d
52 changed files with 231 additions and 183 deletions
|
@ -50,7 +50,7 @@ func (s *myserver) StreamExample(in *helloworld.StreamExampleRequest, server hel
|
|||
}
|
||||
|
||||
if err := server.Send(&helloworld.StreamExampleReply{Data: string(data)}); err != nil {
|
||||
log.Error(err)
|
||||
log.WithoutContext().Error(err)
|
||||
}
|
||||
|
||||
<-s.stopStreamExample
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue