Skip to content

Commit 3ea7cdb

Browse files
authored
[Messenger] Reduce keepalive request noise
1 parent 1118956 commit 3ea7cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/ConsumeMessagesCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ public function handleSignal(int $signal, int|false $previousExitCode = 0): int|
290290
}
291291

292292
if (\SIGALRM === $signal) {
293-
$this->logger?->info('Sending keepalive request.', ['transport_names' => $this->worker->getMetadata()->getTransportNames()]);
293+
$this->logger?->debug('Sending keepalive request.', ['transport_names' => $this->worker->getMetadata()->getTransportNames()]);
294294

295295
$this->worker->keepalive($this->getApplication()->getAlarmInterval());
296296

0 commit comments

Comments
 (0)