Skip to content

Commit

Permalink
log zerror
Browse files Browse the repository at this point in the history
Signed-off-by: hanzhixiao <[email protected]>
  • Loading branch information
hanzhixiao committed Jul 28, 2023
1 parent 0d8bb3a commit ab595fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/common/apicall/call.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func (a caller[Req, Resp]) Call(ctx context.Context, req *Req) (*Resp, error) {
log.ZError(ctx, "caller resp", err)
return nil, err
}
log.ZError(ctx, "caller resp", err, "resp", resp)
log.ZInfo(ctx, "caller resp", err, "resp", resp)
return resp, nil
}

Expand Down

0 comments on commit ab595fa

Please sign in to comment.