File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ public function run()
99
99
100
100
$ retryCount = $ this ->getRetryCount ($ envelope ) + 1 ;
101
101
if (null !== $ this ->logger ) {
102
- $ this ->logger ->info ('Retrying {class} - retry #{retryCount}. ' , $ context + ['retryCount ' => $ retryCount , 'error ' => $ throwable ]);
102
+ $ this ->logger ->error ('Retrying {class} - retry #{retryCount}. ' , $ context + ['retryCount ' => $ retryCount , 'error ' => $ throwable ]);
103
103
}
104
104
105
105
// add the delay and retry stamp info + remove ReceivedStamp
@@ -113,7 +113,7 @@ public function run()
113
113
$ this ->receiver ->ack ($ envelope );
114
114
} else {
115
115
if (null !== $ this ->logger ) {
116
- $ this ->logger ->info ('Rejecting {class} (removing from transport). ' , $ context + ['error ' => $ throwable ]);
116
+ $ this ->logger ->critical ('Rejecting {class} (removing from transport). ' , $ context + ['error ' => $ throwable ]);
117
117
}
118
118
119
119
$ this ->receiver ->reject ($ envelope );
You can’t perform that action at this time.
0 commit comments