Compare commits
3 Commits
4599d22bd0
...
096ed618ae
Author | SHA1 | Date | |
---|---|---|---|
096ed618ae | |||
1a94759f9d | |||
ebdc53eb80 |
@ -60,7 +60,8 @@ class ArrayBuilder
|
||||
try {
|
||||
$params = [
|
||||
$this->container->get(Predis\ClientInterface::class),
|
||||
"logs:{$handlerData['name']}"
|
||||
"logs:{$handlerData['name']}",
|
||||
'capSize' => $handlerData['capSize'] ?? 100
|
||||
];
|
||||
} catch (NotFoundExceptionInterface | ContainerExceptionInterface $exception) {
|
||||
$this->log($exception, ['handlerData' => $handlerData]);
|
||||
|
Reference in New Issue
Block a user