8000 [Messenger] Reduce keepalive request noise · symfony/symfony@01bfc8d · GitHub
[go: up one dir, main page]

Skip to content

Commit 01bfc8d

Browse files
authored
[Messenger] Reduce keepalive request noise
1 parent cc8ea7f commit 01bfc8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Messenger/Command/ConsumeMessagesCommand.php

Lines changed: 1 addition & 1 deletion
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)
0