Skip to content

Commit facff51

Browse files
committed
[consumption] Do not print Idle. It is polluting logs a lot.
fixes php-enqueue#35
1 parent ef22b17 commit facff51

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/enqueue/Consumption/QueueConsumer.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,6 @@ protected function doConsume(ExtensionInterface $extension, Context $context)
222222

223223
$extension->onPostReceived($context);
224224
} else {
225-
$logger->debug(sprintf('Idle'));
226-
227225
usleep($this->idleMicroseconds);
228226
$extension->onIdle($context);
229227
}

0 commit comments

Comments
 (0)