File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ function Carotte(config) {
250
250
config . transport . info ( `${ rpc ? '▶ ' : '▷ ' } ${ options . type } /${ options . routingKey } ` , {
251
251
context : options . context ,
252
252
headers : options . headers ,
253
- data : payload ,
253
+ request : payload ,
254
254
subscriber : options . context [ 'origin-consumer' ] || '' ,
255
255
destination : qualifier
256
256
} ) ;
@@ -272,7 +272,7 @@ function Carotte(config) {
272
272
config . transport . error ( `${ rpc ? '▶ ' : '▷ ' } ${ options . type } /${ options . routingKey } ` , {
273
273
context : options . context ,
274
274
headers : options . headers ,
275
- data : payload ,
275
+ request : payload ,
276
276
subscriber : options . context [ 'origin-consumer' ] || '' ,
277
277
destination : qualifier ,
278
278
error : err
@@ -480,7 +480,6 @@ function Carotte(config) {
480
480
config . transport . info ( `${ rpc ? '◀ ' : '◁ ' } ${ qualifier } ` , {
481
481
context,
482
482
headers,
483
- data,
484
483
response,
485
484
subscriber : qualifier ,
486
485
destination : '' ,
You can’t perform that action at this time.
0 commit comments