Skip to content

Commit

Permalink
change call string
Browse files Browse the repository at this point in the history
  • Loading branch information
glebnaz committed Nov 13, 2023
1 parent 8a198d4 commit ed7b0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log/grpc_client_mw.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func ClientLoggerUnaryInterceptor(from, to string) grpc.UnaryClientInterceptor {
opts ...grpc.CallOption) error {
/////////////////////////////////////////////////

Debugf(ctx, "Call %s from %s to %s", method, from, to)
Debugf(ctx, "GRPC UNARY REQUEST[%s] from %s to %s", method, from, to)

return invoker(ctx, method, req, reply, cc, opts...)
}
Expand Down

0 comments on commit ed7b0fe

Please sign in to comment.