feature/cierres #42

Merged
aldarien merged 13 commits from feature/cierres into develop 2025-09-23 15:41:32 -03:00
10 changed files with 78 additions and 120 deletions
Showing only changes of commit 22195dae8b - Show all commits

View File

@ -60,7 +60,8 @@ class ArrayBuilder
try {
$params = [
$this->container->get(Predis\ClientInterface::class),
"logs:{$handlerData['name']}"
"logs:{$handlerData['name']}",
'capSize' => 100
];
} catch (NotFoundExceptionInterface | ContainerExceptionInterface $exception) {
$this->log($exception, ['handlerData' => $handlerData]);