Skip to content

Commit

Permalink
change log zerror to zinfo (openimsdk#68)
Browse files Browse the repository at this point in the history
Co-authored-by: withchao <[email protected]>
Co-authored-by: Xinwei Xiong <[email protected]>
fix searchUserInfo (#58)
  • Loading branch information
hanzhixiao authored and cubxxw committed Jul 29, 2023
1 parent 95ac6be commit a5d22e5
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, "resp", resp)
return resp, nil
}

Expand Down

0 comments on commit a5d22e5

Please sign in to comment.