FIX: notice logs

This commit is contained in:
Juan Pablo Vial
2025-06-03 23:07:08 -04:00
parent c5188a1feb
commit eb402b1b71

View File

@ -80,7 +80,7 @@ return [
} elseif ($handlerData['handler'] === Monolog\Handler\RedisHandler::class) {
$params = [
$container->get(Predis\ClientInterface::class),
$handlerData['name']
"logs:{$handlerData['name']}"
];
$handler = new $handlerData['handler'](...$params);
}