Skip to content

Commit 3df2434

Browse files
authored
[1.x] Removes internal messages from output (#639)
* Ignores non necessary message * Ignores non necessary message
1 parent 8cdd5ba commit 3df2434

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Commands/Concerns/InteractsWithIO.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ trait InteractsWithIO
2121
* @var array
2222
*/
2323
protected $ignoreMessages = [
24+
'destroy signal received',
2425
'scan command',
26+
'sending stop request to the worker',
2527
'stop signal received, grace timeout is: ',
2628
'exit forced',
2729
'worker allocated',

0 commit comments

Comments
 (0)