Skip to content

Commit

Permalink
Raise the level of log message to be able to see the exception
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiosironi committed Jan 24, 2025
1 parent 8f20e02 commit 425c852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Search/Console.php
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ public function __construct(Application $console, Kernel $kernel, LoggerInterfac
$this->kernel->get('console.build_index'),
]);
} catch (SqsException $e) {
$this->logger->debug('Cannot connect to SQS so some commands are not available', ['exception' => $e]);
$this->logger->info('Cannot connect to SQS so some commands are not available', ['exception' => $e]);
}
}

Expand Down

0 comments on commit 425c852

Please sign in to comment.