Skip to content

Commit b199014

Browse files
committed
[consumption] Do not print Idle. It is polluting logs a lot.
fixes php-enqueue/enqueue-dev#35
1 parent 573a9ac commit b199014

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Consumption/QueueConsumer.php

-2
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)