Skip to content

Commit 7d286f6

Browse files
Added atlas rpc response payload logging
1 parent 58a228e commit 7d286f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/txm/clientwrappers/dualbroadcast/meta_client.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,8 @@ func (a *MetaClient) SendRequest(parentCtx context.Context, tx *types.Transactio
292292
return nil, err
293293
}
294294

295+
a.lggr.Infof("Response from Atlas RPC: %s", string(data))
296+
295297
var response RequestResponse
296298
err = json.Unmarshal(data, &response)
297299
if err != nil {

0 commit comments

Comments
 (0)